public IHttpActionResult Update(Tracking obj) { return(Ok(_repo.Update(obj))); }
public int Update(Tracking obj) { return(_repo.Update(obj)); }