public PharmacyTable FakePharmacyTable1() { var fake = new PharmacyTable() { Id = 1, IdHospital = 1, Address = "PHARMACYADDRESS1", Name = "PHARMACY1" }; return(fake); }
public Task <bool> UpdateAsync(PharmacyTable entity) { throw new NotImplementedException(); }
public Task <long> CreateAsync(PharmacyTable entity) { throw new NotImplementedException(); }