コード例 #1
0
 public Task <EmployeeEducationDetailModel> UpdateAsync(EmployeeEducationDetailModel entity)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public EmployeeEducationDetailModel Update(EmployeeEducationDetailModel entity)
 {
     throw new NotImplementedException();
 }