Skip to content

Commit

Permalink
Обновлены модели.
Browse files Browse the repository at this point in the history
  • Loading branch information
K1llMan committed Jan 13, 2021
1 parent 6571c64 commit f94ccd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Yandex.Music.Api/Models/Common/YPeriod.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using System;

namespace Yandex.Music.Api.Models.Common
{
public class YPeriod
{
public DateTime Start { get; set; }
public DateTime End { get; set; }
}
}
1 change: 1 addition & 0 deletions Yandex.Music.Api/Models/Common/YSubscription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ public class YSubscription
{
public bool CanStartTrial { get; set; }
public bool McDonalds { get; set; }
public YPeriod NonAutoRenewable { get; set; }
}
}

0 comments on commit f94ccd2

Please sign in to comment.