Esempio n. 1
0
 public CategoryRepository(AppDbContext appDbContext)
 {
     this.appDbContext = appDbContext;
 }