public UserRepository(FastTradeContext context) { this.db = context; }
public EFUnitOfWork(string connectionString) { db = new FastTradeContext(connectionString); }
public CategoryRepository(FastTradeContext context) { this.db = context; }
public LocationRepository(FastTradeContext context) { this.db = context; }
public RoleRepository(FastTradeContext context) { this.db = context; }
public KindRepository(FastTradeContext context) { this.db = context; }