public void ThermistorCreate(ThermistorVM thermistorVM) { Thermistor thermistor = new Thermistor(); }
public PartialViewResult Thermistor() { CDTEntities db = new CDTEntities(); Thermistor thermistor = new Thermistor(); return PartialView("_ThermistorPartial", thermistor); }