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