ReviewR.Web.Models.LineDiffModel.LineDiffModel C# (CSharp) Method

LineDiffModel() public method

public LineDiffModel ( ) : System
return System
        public LineDiffModel()
        {
            Comments = new List<CommentModel>();
        }
LineDiffModel