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