public bool Update(EstateApi t) => m_estateRepo.Update(t);
public bool Insert(EstateApi t) => m_estateRepo.Insert(t);
public bool Delete(EstateApi t) { throw new NotImplementedException(); }
public bool Delete(EstateApi t) => m_estateRepo.Delete(t);
public bool Insert(EstateApi t) { throw new NotImplementedException(); }