summaryrefslogtreecommitdiff
path: root/product/Service.Contracts/Infrastructure/Updating/ICancelUpdate.cs
blob: ee987d9d6bb3ff0e7ff320eea7b57757c72699d4 (plain)
1
2
3
4
5
6
7
8
using Gorilla.Commons.Utility.Core;

namespace MoMoney.Tasks.infrastructure.updating
{
    public interface ICancelUpdate : ICommand
    {
    }
}