Пример #1
0
 public Boolean Insert(BusinessModels.IdentificationsType IdentificationsType)
 {
     return(_dataLayer.Insert(IdentificationsType));
 }
Пример #2
0
 public Boolean Update(BusinessModels.IdentificationsType IdentificationsType)
 {
     return(_dataLayer.Update(IdentificationsType));
 }