public bool Update(Tradesperson originalTradesperson, Tradesperson updatedTradesperson) { throw new NotImplementedException(); }
public bool Insert(Tradesperson tradesperson) { throw new NotImplementedException(); }