Beispiel #1
0
 public void AddJobTypes(JobTypes job)         //Add new jobtype
 {
     jobRepository.AddJobTypes(job);
 }