Exemplo n.º 1
0
 public UserService(ShopAssist2Context shopAssist2Context, IMapper mapper)
 {
     _ctx    = shopAssist2Context;
     _mapper = mapper;
 }
Exemplo n.º 2
0
 public TransactionService(ShopAssist2Context ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
Exemplo n.º 3
0
 public CompanyService(IMapper mapper, ShopAssist2Context ctx)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }