Exemple #1
0
 public NissanLeafScriptObject(NissanLeafDevice device, INissanLeafGateway gateway)
 {
     _device  = device;
     _gateway = gateway;
 }
Exemple #2
0
 public NissanLeafScriptObjectProvider(INissanLeafGateway gateway)
 {
     _gateway = gateway;
 }