コード例 #1
0
ファイル: Oyster.cs プロジェクト: CarverLab/Oyster
 public void InsertSectionType(int PrevSectionTypeId,string SectionTypeDescription,string CreatesSectionTypeDescription)
 {
     OysterClassLibrary.Functions F = new Functions();
     F.InsertSectionType(PrevSectionTypeId,SectionTypeDescription,CreatesSectionTypeDescription);
     F.Dispose();
 }