using MyCode.Project.Domain.Message.Response.Common; using System.Collections.Generic; namespace MyCode.Project.Services { public interface IItemListService { List GetMemberTypeList(); List GetPurchasingBehaviorList(); List GetSheetTypeList(); List GetPlatformSourceList(); } }