1
This commit is contained in:
15
iMES.System/IRepositories/System/ISys_LogRepository.cs
Normal file
15
iMES.System/IRepositories/System/ISys_LogRepository.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
namespace iMES.System.IRepositories
|
||||
{
|
||||
public partial interface ISys_LogRepository : IDependency,IRepository<Sys_Log>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user