forked from MDCPS/DamageAssessment_Backend
		
	Update to Async Attachement, Answer and Update Multiple Answers submission - backlog #288
This commit is contained in:
		| @ -1,21 +0,0 @@ | ||||
| namespace DamageAssesment.Api.UsersAccess.Bases | ||||
| { | ||||
|     public class ServiceProviderBase | ||||
|     { | ||||
|         protected readonly IConfiguration configuration; | ||||
|         protected readonly HttpClient httpClient; | ||||
|         protected private readonly ILogger<ServiceProviderBase> logger; | ||||
|         protected string ressource; | ||||
|         protected string urlBase; | ||||
|          | ||||
|  | ||||
|         public ServiceProviderBase(IConfiguration configuration, HttpClient httpClient, ILogger<ServiceProviderBase> logger, string ressource, string urlBase) | ||||
|         { | ||||
|             this.configuration = configuration; | ||||
|             this.httpClient = httpClient; | ||||
|             this.logger = logger; | ||||
|             this.ressource = ressource; | ||||
|             this.urlBase = urlBase; | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user