Ejemplo n.º 1
0
 /* contructor */
 public ProductGalleryVM()
 {
     ListPositionGalleries = new List <Fly_PositionGallery>();
     ListSectionGalleries  = new List <Fly_SectionGallery>();
     ListSectionContents   = new List <Fly_SectionContent>();
     posGallery            = new PositionGalleryDAO();
     sectionGallery        = new SectionGalleryDAO();
 }
Ejemplo n.º 2
0
 /* contructor */
 public VideoVM()
 {
     ListPositionGalleries = new List <Fly_PositionGallery>();
     ListVideo             = new List <Fly_Videos>();
     ListSectionContents   = new List <Fly_SectionContent>();
     posGallery            = new PositionGalleryDAO();
     sectionVideo          = new VideosDAO();
     isPublish             = true;
     SectionContents       = new Fly_SectionContent();
 }