Fix naming issues for first draft
This commit is contained in:
@@ -15,7 +15,7 @@ namespace GerstITS.Examples.WebClients.Examples.Api.CreationRules
|
||||
#region Constructors
|
||||
|
||||
public ExampleApiClientCreatingRule(ExampleApiClientConfiguration configuration,
|
||||
Func<IRestWebServiceConfiguration, IRestWebServiceClient> restWebServiceClientFactory)
|
||||
Func<IRestWebServiceConfiguration, IRestWebServiceClient> restWebServiceClientFactory)
|
||||
: base(configuration, restWebServiceClientFactory)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<Company>ITSCare GbR</Company>
|
||||
<Authors>ITSCare GbR</Authors>
|
||||
<Copyright>Copyright © ITSCare GbR 2021</Copyright>
|
||||
<Product>ITSCare GbR Example WebClient</Product>
|
||||
<Company>Gerst ITS</Company>
|
||||
<Authors>Gerst ITS</Authors>
|
||||
<Copyright>© 2021 Gerst ITS</Copyright>
|
||||
<Product>Gerst ITS Examples Web Api client</Product>
|
||||
<Description>Exapmle Web Api client.</Description>
|
||||
<Version>0.0.0.0</Version>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
<AssemblyInformationalVersion>0.0.0.0</AssemblyInformationalVersion>
|
||||
|
||||
Reference in New Issue
Block a user