Пример #1
0
 public string Print(ActivationModel model)
 {
     return("the model is named " + model.Name);
 }
Пример #2
0
 public string Print(ActivationModel model)
 {
     return "the model is named " + model.Name;
 }