コード例 #1
0
 public Doctor Create(Doctor entity)
 {
     Validate(entity);
     return(_doctorRepository.Create(entity));
 }
コード例 #2
0
 public Doctor Create(Doctor doctor) => _repository.Create(doctor);