Esempio n. 1
0
 public bool Update(PlayerFollowerInfo obj)
 {
     return(col.Update(obj.id, obj));
 }
Esempio n. 2
0
        public int Create(PlayerFollowerInfo user)
        {
            var r = col.Insert(user);

            return(r.AsInt32);
        }