예제 #1
0
 public TransactionRepository(IdeaSpendContext dataContext) : base(dataContext)
 {
 }
예제 #2
0
 /// <summary>
 /// Default constructor
 /// </summary>
 /// <param name="dataContext">The injected context</param>
 public BaseRepository(IdeaSpendContext dataContext)
 {
     _dataContext = dataContext;
 }
예제 #3
0
 public ProductRepository(IdeaSpendContext dataContext) : base(dataContext)
 {
 }
예제 #4
0
 public AuthRepository(IdeaSpendContext context) : base(context)
 {
 }
예제 #5
0
 public CatalogRepository(IdeaSpendContext dataContext) : base(dataContext)
 {
 }