Example #1
0
 public async Task AddIceCream(IceCream iceCream)
 {
     await DALinstance.AddIceCream(iceCream);
 }