AspNetIntro2016.Models.ExportCalendarViewModel.ExportCalendarViewModel C# (CSharp) Method

ExportCalendarViewModel() public method

public ExportCalendarViewModel ( string str ) : System
str string
return System
        public ExportCalendarViewModel(string str)
        {
            this.Str = str;
        }
        
ExportCalendarViewModel