示例#1
0
 public void ThermistorCreate(ThermistorVM thermistorVM)
 {
     Thermistor thermistor = new Thermistor();
 }
示例#2
0
 public PartialViewResult Thermistor()
 {
     CDTEntities db = new CDTEntities();
     Thermistor thermistor = new Thermistor();
     return PartialView("_ThermistorPartial", thermistor);
 }