Example #1
0
 public AboutController(IAboutMe AboutMe)
 {
     _AboutMe = AboutMe;
 }
Example #2
0
 public AboutMeController(IAboutMe aboutMe)
 {
     this.aboutMe = aboutMe;
 }