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