C# Class ProjectManagement.Domain.Issue

Mostrar archivo Open project: LeagueOfDevelopers/LodCore

Public Methods

Method Description
Issue ( string header, string descripton, IssueType issueType ) : Journalist

Method Details

Issue() public method

public Issue ( string header, string descripton, IssueType issueType ) : Journalist
header string
descripton string
issueType IssueType
return Journalist