Example #1
0
 public async Task Delete(string id)
 {
     await firestore.DeleteCategory(id);
 }