mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
11 lines
365 B
C#
11 lines
365 B
C#
namespace BuildFeed.ViewModel
|
|
{
|
|
public class FrontPage
|
|
{
|
|
public FrontPageBuild CurrentCanary { get; set; }
|
|
public FrontPageBuild CurrentInsider { get; set; }
|
|
public FrontPageBuild CurrentRelease { get; set; }
|
|
public FrontPageBuild CurrentXbox { get; set; }
|
|
public FrontPageBuild CurrentAnalog { get; set; }
|
|
}
|
|
} |