mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
9 lines
175 B
C#
9 lines
175 B
C#
namespace BuildFeed.Model.View
|
|
{
|
|
public class BulkAddition
|
|
{
|
|
public string Builds { get; set; }
|
|
|
|
public bool SendNotifications { get; set; }
|
|
}
|
|
} |