Ru.GameSchool.DataLayer.Repository.LevelExam.ItemUrl C# (CSharp) Method

ItemUrl() public method

public ItemUrl ( ) : string
return string
        public string ItemUrl()
        {
            return string.Format("/Exam/Index/{0}", Level.CourseId);
        }