Пример #1
0
 public void UpdateNextSectionTypePointer(int SectionTypeId, int NextSectionTypeId)
 {
     OysterClassLibrary.Functions F = new Functions();
     F.UpdateSectionTypeNextPointer(SectionTypeId,NextSectionTypeId);
     F.Dispose();
 }