using WIDESEA_Core.BaseProvider; using WIDESEA_Entity.DomainModels; namespace WIDESEA_Services.IServices { public partial interface IJROutBindService : IService { } }