Exemplo n.º 1
0
 public IResult <IEvent> RetrieveEvent(string eventId)
 {
     return(submodelServiceProvider.RetrieveEvent(eventId));
 }