Exemplo n.º 1
0
 public UserTablesService(IUserTablesRepository usertableRepository, IContractorRepository contractorRepository, IUnitOfWork unitOfWork)
 {
     this.contractorRepository = contractorRepository;
     this.usertableRepository  = usertableRepository;
     this.unitOfWork           = unitOfWork;
 }