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