コード例 #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);
 }