Beispiel #1
0
 public bool DeleteLocation(Location location)
 {
     return(_context.Delete(location));
 }