public string get_other_HelloText(OtherInputModel inputModel)
 {
     return inputModel.HelloText;
 }
Example #2
0
 public string get_other_HelloText(OtherInputModel inputModel)
 {
     return(inputModel.HelloText);
 }