コード例 #1
0
 public UserRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
コード例 #2
0
 public QuoteRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
コード例 #3
0
 public NewsRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
コード例 #4
0
 public AccountTypeRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
コード例 #5
0
 public ReportRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
コード例 #6
0
 public VideoRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
コード例 #7
0
 public BudgetRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }
 public BudgetCategoryTemplateRepository(freebyTrackContext dbContext) : base(dbContext)
 {
 }