Beispiel #1
0
 public BaseProgram()
 {
     _collectionRepository = DIProvider.GetServiceProvider().GetService <ISQLCollectionRepository>();
 }
Beispiel #2
0
 public BaseProgram()
 {
     _collectionRepository = DIProvider.GetServiceProvider().GetService <ISQLCollectionRepository>();
     DatabaseId            = _collectionRepository.DatabaseId;
     CollectionId          = _collectionRepository.CollectionId;
 }