NPoco.PocoDataFactory.PocoDataFactory C# (CSharp) Method

PocoDataFactory() public method

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