コード例 #1
0
ファイル: DishesController.cs プロジェクト: abdullol/RiaPizza
 public async Task DeleteDishExtraType(int DishExtraTypeId)
 {
     try
     {
         await _service.DeleteDishExtraType(DishExtraTypeId);
     }
     catch (Exception ex)
     {
     }
 }