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