Exemplo n.º 1
0
 public int SaveListRolePerson(System.Collections.Generic.List <RoleAndUserRalation> rulist, out string error)
 {
     return(da.SaveListRolePerson(rulist, out error));
 }