Beispiel #1
0
 public void UpdateSectionTypeDescription(int SectionTypeId, string Description)
 {
     OysterClassLibrary.Functions F = new Functions();
     F.ChangeSectionTypeDescription(SectionTypeId,Description);
     F.Dispose();
 }