Пример #1
0
 public void UpdateSectionType(int SectionTypeId,string Description,string CreatesSectionTypeDescription,int PrevId, int NextId)
 {
     OysterClassLibrary.Functions F = new Functions();
     F.UpdateSectionType(SectionTypeId,Description,CreatesSectionTypeDescription,PrevId,NextId);
     F.Dispose();
 }