Skip to content

Commit

Permalink
#321 - Query documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed May 13, 2021
1 parent aea2e7f commit c48ba1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Money.Models/Queries/ListYearOutcomesForCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

namespace Money.Models.Queries
{
/// <summary>
/// A query for getting list of yearly grouped expences in a single category.
/// It returns StartYear + 9 upcoming years.
/// </summary>
public class ListYearOutcomesForCategory : UserQuery, IQuery<List<YearWithAmountModel>>
{
public IKey CategoryKey { get; private set; }
Expand Down

0 comments on commit c48ba1d

Please sign in to comment.