Esempio n. 1
0
 public void TestInitialize()
 {
     List <Car>    _listOfCars = new List <Car>();
     Car           car         = new Car();
     GreenPlanRepo _repo       = new GreenPlanRepo();
 }