示例#1
0
 public SensorType Update(SensorType type)
 {
     return(_sensorTypeRepository.Put(type));
 }