Commit 139b69cf authored by Savorboard's avatar Savorboard

modofiy class access level for diagnostics.

parent 5a616dbe
......@@ -8,7 +8,7 @@ namespace DotNetCore.CAP.Internal
/// <summary>
/// A context for consumers, it used to be provider wrapper of method description and received message.
/// </summary>
internal class ConsumerContext
public class ConsumerContext
{
/// <summary>
/// create a new instance of <see cref="ConsumerContext" /> .
......
......@@ -9,7 +9,7 @@ namespace DotNetCore.CAP.Internal
/// <summary>
/// A descriptor of user definition method.
/// </summary>
internal class ConsumerExecutorDescriptor
public class ConsumerExecutorDescriptor
{
public MethodInfo MethodInfo { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment