コード例 #1
0
 public static void updateSpecialInvent(SpecialInventDTO specialInvent)
 {
     InventDoseDAL.UpdateSpecialInvent(InventDoseCast.ToDALSpecialInvent(specialInvent));
 }
コード例 #2
0
 public static void AddSpecialInvent(SpecialInventDTO specialInvent)
 {
     InventDoseDAL.AddSpecialInvent(InventDoseCast.ToDALSpecialInvent(specialInvent));
 }
コード例 #3
0
 public static void DeleteSpecialInvent(SpecialInventDTO specialInvent)
 {
     InventDoseDAL.DeleteSpecialInvent(InventDoseCast.ToDALSpecialInvent(specialInvent));
 }