11 lines
172 B
C#
11 lines
172 B
C#
|
|
using iMES.Core.BaseProvider;
|
|||
|
|
using iMES.Entity.DomainModels;
|
|||
|
|
|
|||
|
|
namespace iMES.System.IServices
|
|||
|
|
{
|
|||
|
|
public partial interface ISys_DictionaryListService
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|