Exemplo n.º 1
0
 public SectionService(IUnitOfWork unitOfWork, ISectionReposytory sectionReposytory)
 {
     _unitOfWorkuow     = unitOfWork;
     _sectionReposytory = sectionReposytory;
 }
Exemplo n.º 2
0
 public SectionService(IUnitOfWork unitOfWork, ISectionReposytory sectionReposytory)
 {
     _unitOfWorkuow = unitOfWork;
     _sectionReposytory = sectionReposytory;
 }