public void DeleteUser(string userName) { TestsLogic.DeleteUser(userName); }
public void DeleteProduct(string productBarcode) { TestsLogic.DeleteProduct(productBarcode); }
public void DeleteStore(string storeName) { TestsLogic.DeleteStore(storeName); }