コード例 #1
0
 public void DeleteLocation(string location)
 {
     deptRepo.RemoveLocation(location);
 }
コード例 #2
0
 public void RemoveDeptLocation(string location)
 {
     deptRepo.RemoveLocation(location);
 }