コード例 #1
0
 public Task <IList <Transaction> > FindByCategory(int categoryId)
 {
     return(db.FindTransactionsByCategoryIdAsync(categoryId));
 }