コード例 #1
0
ファイル: JobsService.cs プロジェクト: SamuelJTaylor22/Jobbr
 internal Job Create(Job newJob)
 {
     return(_repo.Create(newJob));
 }