Ejemplo n.º 1
0
 public int EditRole(int RoleID, string RoleName, int[] ids)
 {
     return(rdal.EditRole(RoleID, RoleName, ids));
 }