Exemplo n.º 1
0
 public UserService(UserManager <IdentityUser> userManager, IConfiguration configuration, EazyTransferDbContext context)
 {
     _userManager   = userManager;
     _configuration = configuration;
     _context       = context;
 }
Exemplo n.º 2
0
 public CustomerService(EazyTransferDbContext context)
 {
     _context = context;
 }
 public TransactionService(EazyTransferDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public MerchantService(EazyTransferDbContext context)
 {
     _context = context;
 }