Пример #1
0
 public Hospital Create(Hospital entity)
 {
     Validate(entity);
     return(_hospitalRepository.Create(entity));
 }