Пример #1
0
 public AutoresController(ApplicationDbContext context, ClaseB claseB)
 {
     this.context = context;
     this.claseB  = claseB;
 }