Exemple #1
0
 public int UpdateAdminInfo(Model.Admin model)
 {
     return(_dal.updateAdminInfo(model));
 }