Пример #1
0
 public int AddAdmin(NewModel newModel)
 {
     return(adUser.AddAdmin(newModel));
 }