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