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