init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Kreta.Naplo.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// Service interface
|
||||
/// </summary>
|
||||
public interface IService
|
||||
{
|
||||
/// <summary>
|
||||
/// Service context
|
||||
/// </summary>
|
||||
ServiceContext Context { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user