Ejemplo n.º 1
0
 public RolesCollection GetbyUser(string usr, int CompanyID)
 {
     return(RolesManager.GetbyUser(usr, CompanyID));
 }