public DBRepo(GameKingdomContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
示例#2
0
 public MainMenu(GameKingdomContext context, IMapper mapper, IMessagingService service)
 {
     this.context = context;
     this.mapper  = mapper;
     this.service = service;
 }