Ejemplo n.º 1
0
 public int DeleteRoleInfoByRole(int roleId)
 {
     return(roleInfoService.DeleteRoleInfoByRole(roleId));
 }