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