示例#1
0
 public ExportLocalhostController(LocalhostContext context)
 {
     this.context = context;
 }
 public LocalhostService(LocalhostContext context, NavigationManager navigationManager)
 {
     this.context           = context;
     this.navigationManager = navigationManager;
 }