コード例 #1
0
 public StorageServiceFactory(IEntityStorageInfoRepository entityStorageInfoRepository)
 {
     _entityStorageInfoRepository = entityStorageInfoRepository;
 }
コード例 #2
0
 public StorageService(IEntityStorageInfoRepository entityStorageInfoRepository, string entityType)
 {
     _entityStorageInfoRepository = entityStorageInfoRepository;
     _entityType = entityType;
 }