예제 #1
0
 public OrderSevice(GamblingContext context, MatchMasterContext matchMasterContext)
 {
     _context            = context;
     _matchMasterContext = matchMasterContext;
 }
예제 #2
0
 public SysUserSevice(GamblingContext context)
 {
     _context = context;
 }