Example #1
0
 public async Task <int> AddBudget(int hhId, string ownerId, string name, float trgtAmount)
 {
     return(await db.AddBudget(hhId, ownerId, name, trgtAmount));
 }