示例#1
0
 public void AddLocation(Locations location)         //Add new jobtype
 {
     jobRepository.AddLocation(location);
 }