public bool Update(PlayerFollowerInfo obj) { return col.Update(obj.id, obj); }
public int Create(PlayerFollowerInfo user) { var r = col.Insert(user); return r.AsInt32; }