コード例 #1
0
 public DoctorGrade Save(DoctorGrade entity)
 {
     return(_doctorGradeService.Save(entity));
 }