示例#1
0
 public SensorType Get(int id)
 {
     return(_sensorTypeRepository.Get(id));
 }