Esempio n. 1
0
 public async Task <IResponseEntity> GetAll(PermissionFilterRequest req)
 {
     return(await _sysPermissionService.GetAllAsync(req));
 }
Esempio n. 2
0
 public async Task <object> GetAllAsync(string Module_GUID)
 {
     return(Json(await sysPermissionService.GetAllAsync(p => p.Module_GUID == Module_GUID)));
 }