Exemple #1
0
 public bool IsRegisteredToEvent(User u, Event e)
 {
     return(uCtrl.IsRegisteredToEvent(u, e));
 }