Example #1
0
        //public DiaryPresenter(Diary diary)
        //{
        //    this.diary = diary;
        //}

        public DiaryPresenter(Diary diary, License license)
        {
            this.diary   = diary;
            this.license = license;
        }