namespace mt.Shared.DTOs.ViewData { /// /// Base class for passing data to the open process of a View via the ViewService's Open[xx]WithParm . /// public abstract class ViewDataDto { } }