11 lines
181 B
C#
11 lines
181 B
C#
using iMES.Core.BaseProvider;
|
|
using iMES.Entity.DomainModels;
|
|
|
|
namespace iMES.System.IServices
|
|
{
|
|
public partial interface ISys_LogService : IService<Sys_Log>
|
|
{
|
|
}
|
|
}
|
|
|