コード例 #1
0
        public BaseDBTest()
        {
            AutoMapperConfig <Y> .Configure();

            _con = new RSCoreDBContext();
            _uow = new EntityUnitofWork <Y>(_con);
        }
コード例 #2
0
 public CustomIdentityService()
 {
     _con = new RSCoreDBContext();
     _uow = new EntityUnitofWork <Guid>(_con);
 }