Example #1
0
 public void DeleteLocation(string location)
 {
     deptRepo.RemoveLocation(location);
 }
 public void RemoveDeptLocation(string location)
 {
     deptRepo.RemoveLocation(location);
 }