Exemple #1
0
 public ConnectionsRepository(IPgSqlRepository <Connection> repository)
 {
     _repository = repository;
 }
Exemple #2
0
 public PlatformsRepository(IPgSqlRepository <Platform> repository)
 {
     _repository = repository;
 }