using Datory; namespace GxPress.Repository.Interface.SystemRole { public interface ISystemRoleRepository: IRepository { } }