コード例 #1
0
 public void AddCertification(EmpCertificationDto empCertification)
 {
     repository.AddCertification(empCertification);
 }