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