Exemplo n.º 1
0
 public ValuesController(IAuthenBusiness authen)
 {
     _authen = authen;
 }
Exemplo n.º 2
0
 public RolesController(IAuthenBusiness authenBusiness)
 {
     this.authenBusiness = authenBusiness;
 }