Beispiel #1
0
 public void Remove(JobType JobType)
 {
     // delete activity type
     _JobTypeRepo.Remove(JobType);
 }