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