예제 #1
0
 public StaffRepository(
     IDapperService dapperService,
     ApplicationDbContext context)
 {
     _dapperService = dapperService;
     _context       = context;
 }
 public KiralamasController(IDapperService <Kiralama> dapperKiralamaService, IDapperService <Araba> dapperArabaService, IDapperService <Alici> dapperAliciService, IMapper mapper)
 {
     _dapperKiralamaService = dapperKiralamaService;
     _dapperArabaService    = dapperArabaService;
     _dapperAliciService    = dapperAliciService;
     _mapper = mapper;
 }
 public ComplexController(
     IDapperService dapperTests,
     IEfCoreService efCoreTests,
     IEf6Service ef6Tests,
     ResultService resultService,
     MessageService messageService)
 {
     _dapperTests    = dapperTests;
     _efCoreTests    = efCoreTests;
     _ef6Tests       = ef6Tests;
     _resultService  = resultService;
     _messageService = messageService;
 }
예제 #4
0
 public SinglesController(
     IDapperService dapperTests,
     IEfCoreService efCoreTests,
     IEf6Service ef6Tests,
     IAdoService adoService,
     ResultService resultService,
     MessageService messageService)
 {
     _dapperTests    = dapperTests;
     _efCoreTests    = efCoreTests;
     _ef6Tests       = ef6Tests;
     _adoService     = adoService;
     _resultService  = resultService;
     _messageService = messageService;
 }
예제 #5
0
 public HomeController(IDapperService dapperService)
 {
     _dapperService = dapperService;
 }
예제 #6
0
 public HeroService(IDapperService dapperService)
 {
     this.dapperService = dapperService;
 }
예제 #7
0
 public LotteryDataAppService(ILotteryDataService lotteryService,
                              IDapperService <LotteryData> lotteryDapperService)
 {
     _lotteryService       = lotteryService;
     _lotteryDapperService = lotteryDapperService;
 }
예제 #8
0
 public UserRepository(IDapperService postgreSQL)
 {
     _postgreSQL = postgreSQL;
 }
예제 #9
0
 public DapperController(IMapper mapper, IDapperService <DapperDto> dapperService)
 {
     //_uow = uow;
     _mapper        = mapper;
     _dapperService = dapperService;
 }
예제 #10
0
 public FirmasController(IDapperService <Firma> dapperFirmaService, IDapperService <Araba> dapperArabaService)
 {
     _dapperFirmaService = dapperFirmaService;
     _dapperArabaService = dapperArabaService;
 }
 public ZoneController(IDapperService dapper)
 {
     _dapper = dapper;
 }
예제 #12
0
 public SqlController(ISqlService sqlService, IDapperService dapperService)
 {
     _sqlService    = sqlService;
     _dapperService = dapperService;
 }
예제 #13
0
 public ExceptionLogRepository(IDapperService dapperService, ApplicationDbContext context)
 {
     _dapperService = dapperService;
     _context       = context;
 }
예제 #14
0
 public CountryRepository(IDapperService dapperService)
 {
     _dapperService = dapperService;
 }
예제 #15
0
 public TeamsService(IDapperService dapperService)
 {
     this._dapperService = dapperService;
 }
 public DashboardRepository(IDapperService dapperService)
 {
     _dapperService = dapperService;
 }
예제 #17
0
 public AlicisController(IDapperService <Alici> dapperService, IService <Alici> service, IMapper mapper)
 {
     _aliciDapperService = dapperService;
     _aliciService       = service;
     _mapper             = mapper;
 }
 public FirmasController(IDapperService <Firma> dapperFirmaService, IDapperService <Araba> dapperArabaService, IMapper mapper)
 {
     _dapperFirmaService = dapperFirmaService;
     _dapperArabaService = dapperArabaService;
     _mapper             = mapper;
 }
예제 #19
0
 public DapperController(IDapperService repo)
 {
     _repo = repo;
 }
예제 #20
0
 public CmsRepository(IDapperService dapperService)
 {
     _dapperService = dapperService;
 }
예제 #21
0
 public FavoriteRepository(IDapperService postgreSQL)
 {
     _postgreSQL = postgreSQL;
 }
예제 #22
0
 public LoginRepository(IDapperService dapperService)
 {
     _dapperService = dapperService;
 }
 public StateRepository(IDapperService dapperService)
 {
     _dapperService = dapperService;
 }
 public ArabasController(IDapperService <Araba> dapperService, IService <Araba> service, IMapper mapper)
 {
     _arabaDapperService = dapperService;
     _arabaService       = service;
     _mapper             = mapper;
 }
예제 #25
0
 public NotesRepository(IDapperService postgreSQL)
 {
     _postgreSQL = postgreSQL;
 }
예제 #26
0
 public SiteSettingRepository(IDapperService dapperService, ApplicationDbContext context)
 {
     _dapperService = dapperService;
     _context       = context;
 }
예제 #27
0
 public MonsterController(IDapperService dapper)
 {
     _dapper = dapper;
 }
예제 #28
0
 public QuestController(IDapperService dapper)
 {
     _dapper = dapper;
 }
 public ItemController(IDapperService dapper)
 {
     _dapper = dapper;
 }
 public EventController(IDapperService dapper)
 {
     _dapper = dapper;
 }