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