Ejemplo n.º 1
0
 public bool Start(HostControl hostControl)
 {
     Bootstrap.Start();
     _logger.Info("LotteryApp 服务启动成功");
     return(true);
 }