コード例 #1
0
 public ChoferController(ApplicationUserManager userManager)
 {
     _choferBusinessLogic = new ChoferBusinessLogic();
     UserManager          = userManager;
 }
コード例 #2
0
 public ChoferController()
 {
     _choferBusinessLogic = new ChoferBusinessLogic();
 }