IUavAppUpdateInfoService.cs 191 Bytes
using System.Threading.Tasks;
using NCC.Extend.Entitys.Dto.UavAppUpdateInfo;

namespace NCC.Extend.Interfaces.UavAppUpdateInfo
{
    public interface IUavAppUpdateInfoService
    {
    }
}