public MarchantRepository(EWalletContext context) { _context = context; random = new Random(); }
public UserRepository(EWalletContext context) { _context = context; random = new Random(); }