serv full ticket

This commit is contained in:
mmrbnjd
2024-05-01 15:42:21 +03:30
parent 827aa36860
commit 720b2f00ce
23 changed files with 353 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Back.Common.Enums;
using Shared.DTOs;
namespace Back.Data.Models
{

View File

@@ -1,7 +1,7 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Back.Common;
using Back.Common.Enums;
using Shared.DTOs;
namespace Back.Data.Models
{
public class Invoice

View File

@@ -1,5 +1,5 @@
using System.ComponentModel.DataAnnotations.Schema;
using Back.Common.Enums;
using Shared.DTOs;
using System.ComponentModel.DataAnnotations.Schema;
namespace Back.Data.Models
{

View File

@@ -1,5 +1,5 @@
using System.ComponentModel.DataAnnotations.Schema;
using Back.Common.Enums;
using Shared.DTOs;
namespace Back.Data.Models
{
public class SentTax

View File

@@ -1,5 +1,5 @@
using System.ComponentModel.DataAnnotations.Schema;
using Back.Common.Enums;
using Shared.DTOs;
namespace Back.Data.Models
{

View File

@@ -1,5 +1,5 @@
using System.ComponentModel.DataAnnotations;
using Back.Common.Enums;
using Shared.DTOs;
namespace Back.Data.Models
{