using EC.Entity.Transport; using EC.Service.Base; namespace EC.Service.Transport { public class SupplierService : MvcService { public SupplierService() { } } }