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