Exemplo n.º 1
0
 /// <summary>
 /// Constructor of Login Controller to create Object by Dependency Injection.
 /// </summary>
 /// <param name="_helper"></param>
 public LoginController(ICustomHelper _helper)
 {
     this.helper = _helper;
 }
Exemplo n.º 2
0
 public ManageUser(CustomHelper customHelper)
 {
     this._customHelper = customHelper;
 }