Esempio n. 1
0
 public bool DelDrugInventory(DrugInventoryEntity entity)
 {
     return(dis.DelDrugInventory(entity));
 }
Esempio n. 2
0
 public void SaveDrugInventory(string Id, DrugInventoryEntity entity)
 {
     dis.SaveDrugInventory(Id, entity);
 }