Ejemplo n.º 1
0
 public bool Insert( int SectionFileId,  string SectionFileName,  string SectionFilePath,  int SectionId,  int SecurityAccessTypeId)
 {
     SectionFilesDAC sectionfilesComponent = new SectionFilesDAC();
     return sectionfilesComponent.InsertNewSectionFiles( SectionFileId,  SectionFileName,  SectionFilePath,  SectionId,  SecurityAccessTypeId);
 }
Ejemplo n.º 2
0
 public bool Insert(SectionFiles sectionfiles)
 {
     SectionFilesDAC sectionfilesComponent = new SectionFilesDAC();
     return sectionfilesComponent.InsertNewSectionFiles( sectionfiles.SectionFileId,  sectionfiles.SectionFileName,  sectionfiles.SectionFilePath,  sectionfiles.SectionId,  sectionfiles.SecurityAccessTypeId);
 }