Beispiel #1
0
 public void UpdatePreviousSectionTypePointer(int SectionTypeId, int PreviousSectionTypeId)
 {
     OysterClassLibrary.Functions F = new Functions();
     F.UpdateSectionTypePreviousPointer(SectionTypeId,PreviousSectionTypeId);
     F.Dispose();
 }