Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> SaveNotifAsync(TYPPrototype.UserService.Notification notif)
 {
     return(base.Channel.SaveNotifAsync(notif));
 }
Exemplo n.º 2
0
 public string SaveNotif(TYPPrototype.UserService.Notification notif)
 {
     return(base.Channel.SaveNotif(notif));
 }