Exemplo n.º 1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public ApplicationInformationService(
     IApplicationMetadataService applicationMetadataService,
     IAuthorizationPolicyService authorizationPolicyService,
     ITextResourceService textResourceService,
     IGitea giteaApiWrapper)
 {
     _applicationMetadataService = applicationMetadataService;
     _authorizationPolicyService = authorizationPolicyService;
     _textResourceService        = textResourceService;
     _giteaApiWrapper            = giteaApiWrapper;
 }
Exemplo n.º 2
0
 public TextResourceController(ITextResourceService textResourceService)
 {
     this._textResourceService = textResourceService;
 }