/// <summary> /// Construtor Object Class EV_EVENTODATAS /// </summary> /// <param name="context">context database</param> public EventodatasBusiness(IEventodatasService pEventodatasService) { m_EventodatasService = pEventodatasService; }
public EventoBusiness(IEventoService pEventoService, IEventoturnosService pEventoturnosService, IEventodatasService pEventodatasService) { m_EventoService = pEventoService; m_EventoturnosService = pEventoturnosService; m_EventodatasService = pEventodatasService; }