Exemple #1
0
 public bool Hug(string name)
 {
     return(service.HugByName(name));
 }