コード例 #1
0
 public void CreateEmployment(Employment employment, bool detach = false)
 {
     _employmentService.CreateEmployement(employment, detach);
 }