Add String Service and Implement all of it's requirements as an xDashboard Package ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using xDataService.Events;
|
||||
using xStringService.Interfaces.Entities;
|
||||
using xStringService.Models.Entities;
|
||||
|
||||
namespace xStringService.DataHelper.Events
|
||||
{
|
||||
public class XStringEvents : XBaseRepositoryEvents<XString>, IXStringEvents
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user