コード例 #1
0
ファイル: SellerAppService.cs プロジェクト: rafaellsma/kifome
        public void DeleteGarnish(int id)
        {
            var garnish = userService.GetGarnishById(id);

            sellerService.DeleteGarnish(garnish);
        }