NPoco.PocoDataFactory.PocoDataFactory C# (CSharp) 메소드

PocoDataFactory() 공개 메소드

public PocoDataFactory ( MapperCollection mapper ) : System
mapper MapperCollection
리턴 System
        public PocoDataFactory(MapperCollection mapper)
        {
            _mapper = mapper;
        }