예제 #1
0
        public static FormLayoutOverviewModel CreateDefaultModel()
        {
            FormLayoutOverviewModel model = new FormLayoutOverviewModel();

            model.FirstName = "Nancy";
            model.LastName  = "Davolio";
            model.Note      = "Education includes a BA in psychology from Colorado State University in 1970. She also completed 'The Art of the Cold Call.' Nancy is a member of Toastmasters International.";
            return(model);
        }
 public static FormLayoutOverviewModel CreateDefaultModel()
 {
     FormLayoutOverviewModel model = new FormLayoutOverviewModel();
     model.FirstName = "Nancy";
     model.LastName = "Davolio";
     model.Note = "Education includes a BA in psychology from Colorado State University in 1970. She also completed 'The Art of the Cold Call.' Nancy is a member of Toastmasters International.";
     return model;
 }