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