Exemple #1
0
 public string List(SomeModel model)
 {
     return("Test");
 }
 public string List(SomeModel model) {
     return "Test";
 }