Exemple #1
0
 public Boolean Insert(BusinessModels.Country Country)
 {
     return(_dataLayer.Insert(Country));
 }
Exemple #2
0
 public Boolean Update(BusinessModels.Country Country)
 {
     return(_dataLayer.Update(Country));
 }