Exemplo n.º 1
0
 public object DeleteEvent(int iRequesterID, int id, out Library.DTO.Notification notification)
 {
     return(factory.DeleteEvent(id, out notification));
 }