예제 #1
0
 public BaseCRUDService(CrashBotContext db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #2
0
 public BaseService(CrashBotContext db, IMapper mapper)
 {
     _db     = db;
     _mapper = mapper;
 }
예제 #3
0
 public ErrorLogService(CrashBotContext db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #4
0
 public KorisnikService(CrashBotContext db, IMapper mapper) : base(db, mapper)
 {
 }