public ArrayContentReader(IContentReaderCollection contentReaderCollection)
 {
     itemReader = contentReaderCollection.Get <T>();
 }
예제 #2
0
 public NullableContentReader(IContentReaderCollection contentReaderCollection)
 {
     contentReader = contentReaderCollection.Get <T>();
 }