Exemplo n.º 1
0
 public HomeService(IMapper mapper, DapperConnection dapperDb)
 {
     Db     = dapperDb;
     Mapper = mapper;
 }
Exemplo n.º 2
0
 public CategoryService(IMapper mapper, DapperConnection dapperDb)
 {
     Db     = dapperDb;
     Mapper = mapper;
 }
Exemplo n.º 3
0
 public UserService(DapperConnection dapperDb)
 {
     Db = dapperDb;
 }