Exemple #1
0
 public AuthController(RepositorioProject repo, IConfiguration configuration)
 {
     this.helper = new HelperToken(configuration);
     this.repo   = repo;
 }
Exemple #2
0
 public ProjectController(RepositorioProject repo)
 {
     this.repo = repo;
 }