Ru.GameSchool.DataLayer.Repository.LevelExam.ItemUrl C# (CSharp) Méthode

ItemUrl() public méthode

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