示例#1
0
 public Model1 <string> Convert(IModel1 <string> @in)
 {
     return(new Model1 <string>
     {
         Prop = @in.Prop
     });
 }
示例#2
0
 protected ApplicationViewModelPart1()
 {
     _part1 = new Model1();
 }