示例#1
0
 public void deleteBorrow(string id)
 {
     BowCollection.DeleteOne(x => x.Id == id);
 }