public void Setup()
 {
     _testV = new VehiculeService();
 }
Beispiel #2
0
        static void Main(string[] args)
        {
            var srv = new VehiculeService();

            srv.AddVehicule(null);
        }