public HttpResponseMessage Get(string token, int eventId)
 {
     return(ApiCall <EntityEvent> .CallApi(token, ServicesEvent.Get(eventId)));
 }
Пример #2
0
 public ReservationEventController()
 {
     resEvSer = new ReservationEventServices();
     cccc     = new ServicesEvent();
 }
Пример #3
0
 public EventController()
 {
     //e = new Event();
     c = new ServicesEvent();
 }