Пример #1
0
 public AsyncServicePregame(IRepositoryInstitute repository)
 {
     this.repository = repository;
 }
Пример #2
0
 public AsyncServiceLogic(IRepositoryInstitute repository)
 {
     this.repository = repository;
 }