Exemplo n.º 1
0
 public bool Save(List <PageControlsProvider> roleDetailsList)
 {
     if (this.RoleName.Length == 0)
     {
         throw new Exception("Role Name never empty");
     }
     return(dataAccess.Save(this, roleDetailsList));
 }
Exemplo n.º 2
0
 public int Save(Role p)
 {
     return(da.Save(p));
 }