Example #1
0
 public string Hello(MsgDto msg)
 {
     return "Bof bof.... MsgDto." + msg.Msg;
 }
Example #2
0
 public string Hello(MsgDto msg)
 {
     return "Fuuuuuuuuuuu... MsgDto." + msg.Msg;
 }