Example #1
0
 public Task <List <Category> > Get(string id)
 {
     return(firestore.GetAllCategories(id));
 }