Ejemplo n.º 1
0
 public APP_ROLE DeleteRole(int RoleId)
 {
     return(_repository.DeleteRole(RoleId));
 }