Example #1
0
 public async Task <BudgetItem> GetBudgetItemDetails(int id)
 {
     return(await db.GetBudgetItemDetails(id));
 }