Beispiel #1
0
 public void DeleteUser(string userName)
 {
     TestsLogic.DeleteUser(userName);
 }
Beispiel #2
0
 public void DeleteProduct(string productBarcode)
 {
     TestsLogic.DeleteProduct(productBarcode);
 }
Beispiel #3
0
 public void DeleteStore(string storeName)
 {
     TestsLogic.DeleteStore(storeName);
 }