Beispiel #1
0
 public void InsertAddress(string street, string housNb, string zipCode)
 {
     DB.InsertAddress(street, housNb, zipCode);
 }