Ejemplo n.º 1
0
 public bool IsRegisteredToEvent(Desktop.ServiceReference.User u, Desktop.ServiceReference.Event e)
 {
     return(base.Channel.IsRegisteredToEvent(u, e));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> IsRegisteredToEventAsync(Desktop.ServiceReference.User u, Desktop.ServiceReference.Event e)
 {
     return(base.Channel.IsRegisteredToEventAsync(u, e));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <Desktop.ServiceReference.Event> AcceptInviteStringAsync(Desktop.ServiceReference.User usr, string inviteString)
 {
     return(base.Channel.AcceptInviteStringAsync(usr, inviteString));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <Desktop.ServiceReference.Event> CreateEventAsync(string title, string description, int numOfParticipants, double priceFrom, double priceTo, string location, System.DateTime datetime, bool isPublic, Desktop.ServiceReference.User admin)
 {
     return(base.Channel.CreateEventAsync(title, description, numOfParticipants, priceFrom, priceTo, location, datetime, isPublic, admin));
 }
Ejemplo n.º 5
0
 public Desktop.ServiceReference.Event AcceptInviteString(Desktop.ServiceReference.User usr, string inviteString)
 {
     return(base.Channel.AcceptInviteString(usr, inviteString));
 }
Ejemplo n.º 6
0
 public System.Threading.Tasks.Task <string> GetInviteStringAsync(Desktop.ServiceReference.Event evnt, Desktop.ServiceReference.User usr)
 {
     return(base.Channel.GetInviteStringAsync(evnt, usr));
 }
Ejemplo n.º 7
0
 public string GetInviteString(Desktop.ServiceReference.Event evnt, Desktop.ServiceReference.User usr)
 {
     return(base.Channel.GetInviteString(evnt, usr));
 }
Ejemplo n.º 8
0
 public System.Threading.Tasks.Task <Desktop.ServiceReference.User> UpdateUserInfoAsync(Desktop.ServiceReference.User u)
 {
     return(base.Channel.UpdateUserInfoAsync(u));
 }
Ejemplo n.º 9
0
 public Desktop.ServiceReference.User UpdateUserInfo(Desktop.ServiceReference.User u)
 {
     return(base.Channel.UpdateUserInfo(u));
 }