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