Ejemplo n.º 1
0
 public void ThermistorCreate(ThermistorVM thermistorVM)
 {
     Thermistor thermistor = new Thermistor();
 }
Ejemplo n.º 2
0
 public PartialViewResult Thermistor()
 {
     CDTEntities db = new CDTEntities();
     Thermistor thermistor = new Thermistor();
     return PartialView("_ThermistorPartial", thermistor);
 }