예제 #1
0
 public string post_color_Name(ColorInput input)
 {
     return "the color is " + input.Name;
 }
예제 #2
0
 public string post_color_Name(ColorInput input)
 {
     return("the color is " + input.Name);
 }