1
This commit is contained in:
10
iMES.System/IServices/System/ISys_LogService.cs
Normal file
10
iMES.System/IServices/System/ISys_LogService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_LogService : IService<Sys_Log>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user