13 lines
221 B
C#
Raw Permalink Normal View History

2025-06-06 16:00:39 +08:00
using VOL.Core.BaseProvider;
using VOL.Core.Utilities;
using VOL.Entity.DomainModels;
using System.Threading.Tasks;
namespace VOL.AppManager.IServices
{
public partial interface IApp_ExpertService
{
}
}