Ejemplo n.º 1
0
 public AsyncServicePregame(IRepositoryInstitute repository)
 {
     this.repository = repository;
 }
Ejemplo n.º 2
0
 public AsyncServiceLogic(IRepositoryInstitute repository)
 {
     this.repository = repository;
 }