예제 #1
0
파일: Activation.cs 프로젝트: xeno3/fubumvc
 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;
 }