Ejemplo n.º 1
0
 public string Print(ActivationModel model)
 {
     return("the model is named " + model.Name);
 }
Ejemplo n.º 2
0
 public string Print(ActivationModel model)
 {
     return "the model is named " + model.Name;
 }