@@ -11,8 +11,5 @@ namespace Yi.Framework.Interface
|
||||
{
|
||||
Task<bool> DelListByUpdateAsync(List<int> _ids);
|
||||
Task<IEnumerable<role>> GetAllEntitiesTrueAsync();
|
||||
Task<IEnumerable<role>> GetEntitiesTrueByIdAsync(List<int> _ids);
|
||||
Task<bool> AddEntitesAsync(List<role> _roles);
|
||||
Task<bool> UpdateEntitesAsync(List<role> _roles);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user