예제 #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);
 }