Exemplo n.º 1
0
 public InitValues ClasificacionValues()
 {
     if (this.context.Clasificacion.Count() == 0)
     {
         this.context.Clasificacion.AddRange(DbData.getClasificacionData());
         this.context.SaveChanges();
     }
     return(this);
 }