CreateParkingDB() публичный Метод

public CreateParkingDB ( ) : void
Результат void
Пример #1
0
 public void CreateParkingDBTest()
 {
     BLLGetCSV target = new BLLGetCSV(); // TODO: Initialize to an appropriate value
     target.CreateParkingDB();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }