예제 #1
0
 public static void Addfeedback(InventDoseDTO InventDose)
 {
     InventDoseDAL.Addfeedback(InventDoseCast.ToDAL(InventDose));
 }
예제 #2
0
 public static void Update(InventDoseDTO InventDose)
 {
     InventDoseDAL.Update(InventDoseCast.ToDAL(InventDose));
 }
예제 #3
0
 public static void Delete(InventDoseDTO InventDose)
 {
     InventDoseDAL.Delete(InventDoseCast.ToDAL(InventDose));
 }