16 lines
357 B
C#
16 lines
357 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
using VOL.Core.BaseProvider;
|
|||
|
using VOL.Core.Extensions.AutofacManager;
|
|||
|
using VOL.Entity.DomainModels;
|
|||
|
|
|||
|
namespace VOL.Business.IRepositories
|
|||
|
{
|
|||
|
public interface IAi_SpecialRepository : IDependency, IRepository<Ai_Special>
|
|||
|
{
|
|||
|
}
|
|||
|
}
|