예제 #1
0
 internal Job CreateOne(Job newJob)
 {
     return(_jrepo.CreateOne(newJob));
 }