This commit is contained in:
Loretta 2024-06-28 16:45:05 +02:00
parent 004236a0d3
commit e3917c0036
3 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,6 @@
using AyCode.Interfaces.Addresses;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text.Json.Serialization;
using AyCode.Interfaces.Addresses;
using AyCode.Interfaces.Addresses.Dtos;
using AyCode.Interfaces.Profiles;
using AyCode.Interfaces.Profiles.Dtos;

View File

@ -1,8 +1,11 @@
using AyCode.Interfaces.Addresses;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text.Json.Serialization;
using AyCode.Interfaces.Addresses;
using AyCode.Interfaces.Addresses.Dtos;
using AyCode.Interfaces.Profiles;
using AyCode.Interfaces.Profiles.Dtos;
using AyCode.Interfaces.ServiceProviders;
using AyCode.Interfaces.TimeStampInfo;
using AyCode.Interfaces.Users;
using AyCode.Interfaces.Users.Dtos;

View File

@ -1,4 +1,6 @@
using AyCode.Interfaces.Addresses;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text.Json.Serialization;
using AyCode.Interfaces.Addresses;
using AyCode.Interfaces.Profiles;
using AyCode.Interfaces.Profiles.Dtos;
using AyCode.Interfaces.Users;