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