Remove Sensor.cs
This commit is contained in:
parent
beeb6d22a2
commit
0a5319d723
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
using NucuCar.Domain.Telemetry;
|
||||
|
||||
namespace NucuCar.Sensors
|
||||
{
|
||||
public class Sensor<T> : ISensor<T> where T : class, ITelemeter
|
||||
{
|
||||
public T Object { get; }
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue