Пример #1
0
 public AltarServantsController(ParishUnitOfWork dbContext, IMapper mapper, ILogger <AltarServantsController> logger)
 {
     this.context = dbContext;
     this.mapper  = mapper;
     this.logger  = logger;
 }
 public DutiesController(ParishUnitOfWork parishUnitOfWork, IMapper mapper)
 {
     this.mapper  = mapper;
     this.context = parishUnitOfWork;
 }