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