ANTON KADACH

Generation

class from descriptionTue, 17 Jan 2023

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

class ChangeRequest { public int Number {get;set;} public string Title {get;set;} public string CreatedDate {get;set;} public string ProjectName {get;set;} public string ProjectReleaseVersion {get;set;} public string ProjectReleaseDate {get;set;} public string CreatedByUser {get;set;} public string AssignedToUser {get;set;} public string Status {get;set;} public string Resolution {get;set;} public string RejectedReason {get;set;} }

Questions about programming?Chat with your personal AI assistant