using InABox.Mobile; namespace PRS.Mobile { public abstract class ConsignmentEditView : MobileView<ConsignmentEditViewModel> { } }