public AsyncServicePregame(IRepositoryInstitute repository)
 {
     this.repository = repository;
 }
Exemple #2
0
 public AsyncServiceLogic(IRepositoryInstitute repository)
 {
     this.repository = repository;
 }