public TransactionRepository(IdeaSpendContext dataContext) : base(dataContext) { }
/// <summary> /// Default constructor /// </summary> /// <param name="dataContext">The injected context</param> public BaseRepository(IdeaSpendContext dataContext) { _dataContext = dataContext; }
public ProductRepository(IdeaSpendContext dataContext) : base(dataContext) { }
public AuthRepository(IdeaSpendContext context) : base(context) { }
public CatalogRepository(IdeaSpendContext dataContext) : base(dataContext) { }