public AdminRepository(EFramework context) { _context = context; }
public UserRepository(EFramework context) { _context = context; }
public BasketRepository(EFramework context) { _context = context; }
public CharitiesRepository(EFramework context) { _context = context; }