Esempio n. 1
0
 public static void Delete(InventDoseDTO InventDose)
 {
     InventDoseDAL.Delete(InventDoseCast.ToDAL(InventDose));
 }