Commit 34593ac
Changed files (2)
trunk
product
MoMoney.Service
Infrastructure
Logging
trunk/product/MoMoney.Service/Infrastructure/Logging/LogFileTasks2.cs → trunk/product/MoMoney.Service/Infrastructure/Logging/LogFileTasks.cs
@@ -9,7 +9,7 @@ namespace MoMoney.Service.Infrastructure.Logging
string get_the_path_to_the_log_file();
}
- public class LogFileTasks2 : ILogFileTasks
+ public class LogFileTasks : ILogFileTasks
{
public string get_the_contents_of_the_log_file()
{
trunk/product/MoMoney.Service/MoMoney.Service.csproj
@@ -81,7 +81,7 @@
<Compile Include="Application\NotificationMessage.cs" />
<Compile Include="Application\RegisterNewCompanyCommand.cs" />
<Compile Include="Application\SaveNewBillCommand.cs" />
- <Compile Include="Infrastructure\Logging\LogFileTasks2.cs" />
+ <Compile Include="Infrastructure\Logging\LogFileTasks.cs" />
<Compile Include="Infrastructure\ProjectTasks.cs" />
<Compile Include="Infrastructure\Updating\CancelUpdate.cs" />
<Compile Include="Infrastructure\Updating\CancelUpdateSpecs.cs" />