Пример #1
0
 public bool AddOrUpdateAddress(AddressModel models, out int AId)
 {
     try { MDal.AddOrUpdateAddress(models, out AId); return(true); }
     catch (Exception)
     {
         AId = 0;
         return(false);
     }
 }