Exemplo n.º 1
0
        public POITest()
        {
            options = new DbContextOptionsBuilder <XYIncContext>().Options;

            context = new XYIncContext(options);

            _service = new Service(context);
        }
Exemplo n.º 2
0
 public Service(XYIncContext context)
 {
     _context = context;
 }