Example #1
0
 public async Task <bool> Delete(int id)
 {
     if (id == 214213232)
     {
         DocumentDb db = new DocumentDb();
         return(await db.ClearDocumentCollectionAsync(CollectionId));
     }
     else
     {
         return(false);
     }
 }