示例#1
0
 public UnitOfWork(GameStoreContext context, NORTHWNDContext nwndContext)
 {
     _context     = context;
     _nwndContext = nwndContext;
     AutomapperConfig.ConfigurationMapper();
 }