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

            return(r.AsInt32);
        }