コード例 #1
0
ファイル: PartTestType.cs プロジェクト: lengocluyen/pescode
 public static void InsertPartTestType(PartTestType plt)
 {
     Add(plt);
 }
コード例 #2
0
ファイル: PartTestType.cs プロジェクト: lengocluyen/pescode
 public static void UpdatePartTestType(PartTestType plt)
 {
     Update(plt);
 }