示例#1
0
 public IndexViewModel(ApplicationDbContext db)
     : base(db)
 {
     Destacado = Destacado.ObtenerDestacado(new List <Guid>(), db);
 }