Beispiel #1
0
 public LatestItem(NewBrandingDBContext dBContext)
 {
     _dbContext = dBContext;
 }
Beispiel #2
0
 public ItemAddController(NewBrandingDBContext dBContext)
 {
     _dbContext = dBContext;
 }