Initial ...
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace xServices.Base
|
||||
{
|
||||
public interface IXBaseService
|
||||
{ }
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
namespace xServices.Base
|
||||
{
|
||||
public class XBaseService : IXBaseService
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user