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