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