Exemple #1
0
 public async Task DeleteIceCream(int iceCreamID)
 {
     await DALinstance.DeleteIceCream(iceCreamID);
 }