Пример #1
0
 public PersonBusiness(IPersonRepository repository)
 {
     _repository = repository;
     _conveter   = new PersonConveter();
 }