Exemple #1
0
 public SectorMaterialController(IRepositoryEssup repositoryEssup)
 {
     this.repositoryEssup = repositoryEssup;
 }
Exemple #2
0
 public LikesController(IRepositoryEssup repository)
 {
     this.repositoryEssup = repository;
 }
Exemple #3
0
 public LoginController(IRepositoryEssup repo, HelperToken helperToken)
 {
     this.repo        = repo;
     this.helperToken = helperToken;
 }
Exemple #4
0
 public PointsController(IRepositoryEssup repositoryEssup)
 {
     this.repositoryEssup = repositoryEssup;
 }
Exemple #5
0
 public ProviderMaterialViewController(IRepositoryEssup repo)
 {
     this.repo = repo;
 }
Exemple #6
0
 public BusinessController(IRepositoryEssup repositoryEssup)
 {
     this.repositoryEssup = repositoryEssup;
 }
Exemple #7
0
 public ProveedorSectorController(IRepositoryEssup repositoryEssup)
 {
     this.repositoryEssup = repositoryEssup;
 }
Exemple #8
0
 public ProveedorController(IRepositoryEssup repository)
 {
     this.repository = repository;
 }
Exemple #9
0
 public SectorProviderViewController(IRepositoryEssup repo)
 {
     this.repo = repo;
 }