コード例 #1
0
 public UserService(FakeNewsDbContext db)
 {
     this.db = db;
 }
コード例 #2
0
 public DietService(FakeNewsDbContext db)
 {
     this.db = db;
 }
コード例 #3
0
 public TrainingsService(FakeNewsDbContext db)
 {
     this.db = db;
 }
コード例 #4
0
 public ProductService(FakeNewsDbContext db)
 {
     this.db = db;
 }
コード例 #5
0
 public WriterArticleService(FakeNewsDbContext db)
 {
     this.db = db;
 }
コード例 #6
0
 public MessagesService(FakeNewsDbContext db)
 {
     this.db = db;
 }
コード例 #7
0
 public ArticleCategoryService(FakeNewsDbContext db)
 {
     this.db = db;
 }