public UserRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
 public QuoteRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
 public NewsRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
 public AccountTypeRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
 public ReportRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
 public VideoRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
示例#7
0
 public BudgetRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
 public BudgetCategoryTemplateRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }