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