예제 #1
0
 public Patient AddEntity(Patient entity)
 {
     return(patientRepository.AddEntity(entity));
 }