blob: 2efa1acd5454fed8a4463a6cf3de7c15818e85b6 (
plain)
1
2
3
4
5
6
7
8
9
|
using Gorilla.Commons.Utility;
using Gorilla.Commons.Utility.Core;
namespace MoMoney.Service.Contracts.Infrastructure.Updating
{
public interface IDownloadTheLatestVersion : ICallbackCommand<Percent>
{
}
}
|