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