Exemplo n.º 1
0
 private string ReturnId(Rabb t)
 {
     return(db.Find(x => x == t).FirstOrDefault().id);
 }
Exemplo n.º 2
0
 public bool Update(Rabb t)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void Add(Rabb t)
 {
     db.InsertOne(t);
 }