コード例 #1
0
 public Doctor AddEntity(Doctor entity)
 {
     return(doctorRepository.AddEntity(entity));
 }