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