public SysFuncController(IServiceProvider service)
 {
     RequestHelper = service.GetRequiredService <IAtlassReuqestHelper>();
     _funcApp      = service.GetRequiredService <SysFuncAppService>();
 }
 public SysFuncController(SysFuncAppService funcApp)
 {
     _funcApp = funcApp;
 }