Esempio n. 1
0
 public Boolean Insert(BusinessModels.IdentificationsType IdentificationsType)
 {
     return(_dataLayer.Insert(IdentificationsType));
 }
Esempio n. 2
0
 public Boolean Update(BusinessModels.IdentificationsType IdentificationsType)
 {
     return(_dataLayer.Update(IdentificationsType));
 }