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