using Datory; namespace GxPress.Repository.Interface.Order { public interface IOrderRepository: IRepository { } }