示例#1
0
 public HomeController(GetUserInformation getUserInformation, GetUserTitle userTitle)
 {
     _getUserInformation = getUserInformation;
     _getUserTitle       = userTitle;
 }
示例#2
0
 public BaseController()
 {
     _getUserInformation = new GetUserInformation();
     _getUserTitle       = new GetUserTitle();
 }