예제 #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;
 }
 public ArticleCategoryService(FakeNewsDbContext db)
 {
     this.db = db;
 }