names changed, layer of abstraction added
This commit is contained in:
20
VDownload.Models/SubscriptionList.cs
Normal file
20
VDownload.Models/SubscriptionList.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace VDownload.Models
|
||||
{
|
||||
public class SubscriptionList : VideoCollection
|
||||
{
|
||||
#region CONSTRUCTORS
|
||||
|
||||
public SubscriptionList()
|
||||
{
|
||||
Source = Source.Subscriptions;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user