13 lines
221 B
C#
13 lines
221 B
C#
![]() |
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
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
|