コード例 #1
0
ファイル: TellerCollector.cs プロジェクト: mudasar/scco
        public Result Destroy()
        {
            Action delete = () => OfficialReceipt.DeleteAll(_voucherNumber);

            return(ActionController.InvokeAction(delete));
        }