финиш близок

This commit is contained in:
Алина 2024-03-06 09:08:22 +04:00
parent 21d61b9c40
commit a99b59f54a
3 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ using System.Xml.Linq;
using TypographyDataModels.Enums;
using TypographyDataModels.Models;
using TypographyContracts.BindingModels;
using TypographyContracts.ViewModels;
namespace TypographyFileImplement.Models
{

View File

@ -4,6 +4,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
using TypographyContracts.BindingModels;
using TypographyContracts.ViewModels;
using TypographyDataModels.Models;
namespace TypographyFileImplement.Models
@ -87,6 +89,5 @@ namespace TypographyFileImplement.Models
new XElement("Key", x.Key),
new XElement("Value", x.Value)))
.ToArray()));
}
}

View File

@ -28,7 +28,6 @@ namespace TypographyView
_serviceProvider = services.BuildServiceProvider();
Application.Run(_serviceProvider.GetRequiredService<FormMain>());
}
private static void ConfigureServices(ServiceCollection services)
{
services.AddLogging(option =>