Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EventsController"/> class.
 /// </summary>
 public EventsController()
 {
     _eventoDB = new EventoDB();
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PlacesController"/> class.
 /// </summary>
 public PlacesController()
 {
     _eventoDB = new EventoDB();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="EventoWebServiceController"/> class.
 /// </summary>
 public EventoWebServiceController()
 {
     _eventoDB = new EventoDB();
 }