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