summaryrefslogtreecommitdiff
path: root/product/Service/Infrastructure/Threading/ITimerClient.cs
blob: b6ff3f52928ec887e9cee1095a3b1d9b6325dbce (plain)
1
2
3
4
5
6
7
namespace MoMoney.Service.Infrastructure.Threading
{
    public interface ITimerClient
    {
        void notify();
    }
}