Ejemplo n.º 1
0
 public List <EventCategoryDTO> GetEventCategory()
 {
     return(_eventDal.GetEventCategory());
 }