Ejemplo n.º 1
0
 public void DeleteLocation(string location)
 {
     deptRepo.RemoveLocation(location);
 }
Ejemplo n.º 2
0
 public void RemoveDeptLocation(string location)
 {
     deptRepo.RemoveLocation(location);
 }