Ejemplo n.º 1
0
 public GenerateReportAction(EtherClient client, NavigationManager uriHelper, JsUtils jsUtils, ILogger <GenerateReportAction> logger)
 {
     _client     = client;
     _navigation = uriHelper;
     _jsUtils    = jsUtils;
     _logger     = logger;
 }
Ejemplo n.º 2
0
 public GenerateReportAction(EtherClient client, NavigationManager uriHelper, IMatToaster toaster, ILogger <GenerateReportAction> logger)
 {
     _client     = client;
     _navigation = uriHelper;
     _toaster    = toaster;
     _logger     = logger;
 }
Ejemplo n.º 3
0
 public DeleteTeamMember(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 4
0
 public SaveTeamMember(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 5
0
 public DeleteRepository(EtherClient client, JsUtils jsUtils)
 {
     _client  = client;
     _jsUtils = jsUtils;
 }
Ejemplo n.º 6
0
 public SaveIdentity(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 7
0
 public DeleteIdentity(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 8
0
 public SaveRepository(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 9
0
 public FetchWorkItems(EtherClient client, JsUtils jsUtils)
 {
     _client  = client;
     _jsUtils = jsUtils;
 }
Ejemplo n.º 10
0
 public FetchJobLogs(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 11
0
 public FetchPullRequests(EtherClient client, JsUtils jsUtils)
 {
     _client  = client;
     _jsUtils = jsUtils;
 }
Ejemplo n.º 12
0
 public FetchProfiles(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 13
0
 public SaveProject(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 14
0
 public FetchMembers(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 15
0
 public FetchPullRequests(EtherClient client, IMatToaster toaster)
 {
     _client  = client;
     _toaster = toaster;
 }
Ejemplo n.º 16
0
 public SaveOrganization(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 17
0
 public DeleteOrganization(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 18
0
 public FetchWorkItems(EtherClient client, IMatToaster toaster)
 {
     _client  = client;
     _toaster = toaster;
 }
Ejemplo n.º 19
0
 public DashboardSubTeamEditableTableDataProvider(EtherClient client, Guid dashboardId)
     : base(client)
 {
     _dashboardId = dashboardId;
 }
Ejemplo n.º 20
0
 public FetchJobDetailsAction(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 21
0
 public SaveDataSource(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 22
0
 public FetchReportDescriptors(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 23
0
 public FetchIdentities(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 24
0
 public FetchReports(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 25
0
 public SaveProfile(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 26
0
 public DeleteRepository(EtherClient client, IMatToaster toaster)
 {
     _client  = client;
     _toaster = toaster;
 }
Ejemplo n.º 27
0
 public DeleteProfile(EtherClient client, JsUtils jsUtils)
 {
     _client  = client;
     _jsUtils = jsUtils;
 }
Ejemplo n.º 28
0
 public FetchProjects(EtherClient client)
 {
     _client = client;
 }
Ejemplo n.º 29
0
 public DeleteProfile(EtherClient client, IMatToaster toaster)
 {
     _client  = client;
     _toaster = toaster;
 }
Ejemplo n.º 30
0
 public FetchRepositories(EtherClient client)
 {
     _client = client;
 }