using System.Common; using System; using System.Model; namespace System.IRepositories { public interface IBus_OrderRepository : IRepository { } }