Пример #1
0
 public QueryHandler(UserData ud, IMapper mapper,
                     IAgriConfigurationRepository sd,
                     AgriConfigurationContext db)
 {
     _ud     = ud;
     _mapper = mapper;
     _sd     = sd;
     _db     = db;
 }
Пример #2
0
 public Handler(UserData ud, IMapper mapper, AgriConfigurationContext db)
 {
     _ud     = ud;
     _mapper = mapper;
     _db     = db;
 }
 public FeedAreaCalculator(IAgriConfigurationRepository repo, AgriConfigurationContext db)
 {
     _repo = repo;
     _db   = db;
 }