Example #1
0
 public HomeService(IMapper mapper, DapperConnection dapperDb)
 {
     Db     = dapperDb;
     Mapper = mapper;
 }
 public CategoryService(IMapper mapper, DapperConnection dapperDb)
 {
     Db     = dapperDb;
     Mapper = mapper;
 }
Example #3
0
 public UserService(DapperConnection dapperDb)
 {
     Db = dapperDb;
 }