ANTON KADACH

Generation

class from descriptionTue, 17 Jan 2023

создай класс "запрос на изменение" с полями номер запроса, имя запроса, дата создания и еще 15 полей

public class RequestForChange { public int Id { get; set; } public string Title { get; set; } public DateTime CreatedDate { get; set; } public string Owner { get; set; } public string Category { get; set; } public string Phase { get; set; } public string Status { get; set; } public string ChangeType { get; set; } public string Priority { get; set; } public string Severity { get; set; } public string Version { get; set; } public string IsClosed { get; set; } public string Description { get; set; } public string Activity { get; set; } public string Incident { get; set; } public string Requestor { get; set; } }

Questions about programming?Chat with your personal AI assistant