Пример #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;
 }
Пример #2
0
 public ManageUser(CustomHelper customHelper)
 {
     this._customHelper = customHelper;
 }