From 0d518a90d93a9c07fe6a0fcc783681c3473dc1ea Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Thu, 20 Nov 2025 00:22:26 +0330 Subject: [PATCH] update --- docs/model.ndm2 | 1921 +++++++++++++---- .../FrontOffice.BFF.Domain.csproj | 2 +- 2 files changed, 1538 insertions(+), 385 deletions(-) diff --git a/docs/model.ndm2 b/docs/model.ndm2 index 0ab69fb..2a157a6 100644 --- a/docs/model.ndm2 +++ b/docs/model.ndm2 @@ -15659,6 +15659,939 @@ "filestreamPartitionScheme": "", "dataCompressions": [] } + }, + { + "objectType": "Table_MSSQL", + "name": "AddNewUserCartRequest", + "comment": "افزودن آیتم سبد خرید جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2270, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_66_copy_1", + "fields": [ + "ProductId" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateUserCartRequest", + "comment": "افزودن آیتم سبد خرید جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2270, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "UserCartId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserCartId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_66_copy_1_copy_1", + "fields": [ + "UserCartId" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "ShopingCart", + "comment": "سرویس سبد خرید ", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "ProductsService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3023, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "AddNewUserCart", + "type": "Command", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "اضافه به سبد خرید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "AddNewUserCart", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllUserCart", + "type": "Query", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی سبد خرید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllUserCart", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateUserCart", + "type": "Command", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "ویرایش سبد خرید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateUserCart", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_25_copy_1", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ShopingCart_AddNewUserCartRequest_1", + "fields": [ + "AddNewUserCart" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "AddNewUserCartRequest", + "referencedFields": [ + "ProductId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ShopingCart_UpdateUserCartRequest_1", + "fields": [ + "UpdateUserCart" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "UpdateUserCartRequest", + "referencedFields": [ + "UserCartId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ShopingCart_GetAllUserCartResponse_1", + "fields": [ + "GetAllUserCart" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "GetAllUserCartResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserCartResponse", + "comment": "ورودی واکشی سبد خرید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9936, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllProductsByFilterResponse_GetAllProductsByFilterResponseModel_copy_1", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductsByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserCartResponse_GetAllUserCartResponseModel_1", + "fields": [ + "Model" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "GetAllUserCartResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserCartResponseModel", + "comment": "خروجی مدل واکشی سبد خرید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetProductsResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6349, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductTitle", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductTitle", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductShortInfomation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductShortInfomation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductDiscount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductDiscount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Created", + "type": "datetime2", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Created", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_65_copy_1", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } } ], "views": [] @@ -15814,7 +16747,7 @@ "schemaName": "FrontOffice", "tableName": "UserAddressService", "x": 540, - "y": 4390, + "y": 4080, "width": 400, "height": 200, "isBold": false, @@ -15830,7 +16763,7 @@ "schemaName": "FrontOffice", "tableName": "CreateNewUserAddressRequest", "x": 1570, - "y": 4260, + "y": 3950, "width": 400, "height": 213, "isBold": false, @@ -15846,7 +16779,7 @@ "schemaName": "FrontOffice", "tableName": "CreateNewUserAddressResponse", "x": 920, - "y": 4070, + "y": 3760, "width": 400, "height": 106, "isBold": false, @@ -15862,7 +16795,7 @@ "schemaName": "FrontOffice", "tableName": "UpdateUserAddressRequest", "x": 1060, - "y": 4230, + "y": 3920, "width": 400, "height": 213, "isBold": false, @@ -15878,7 +16811,7 @@ "schemaName": "FrontOffice", "tableName": "DeleteUserAddressRequest", "x": 410, - "y": 3750, + "y": 3450, "width": 400, "height": 106, "isBold": false, @@ -15894,7 +16827,7 @@ "schemaName": "FrontOffice", "tableName": "GetUserAddressRequest", "x": 30, - "y": 4430, + "y": 4130, "width": 400, "height": 106, "isBold": false, @@ -15910,7 +16843,7 @@ "schemaName": "FrontOffice", "tableName": "GetUserAddressResponse", "x": 540, - "y": 4640, + "y": 4330, "width": 400, "height": 213, "isBold": false, @@ -15926,7 +16859,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterRequest", "x": 2090, - "y": 4530, + "y": 4220, "width": 400, "height": 137, "isBold": false, @@ -15942,7 +16875,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterFilter", "x": 2540, - "y": 4530, + "y": 4220, "width": 400, "height": 213, "isBold": false, @@ -15958,7 +16891,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterResponse", "x": 2090, - "y": 4350, + "y": 4040, "width": 400, "height": 118, "isBold": false, @@ -15974,7 +16907,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterResponseModel", "x": 2540, - "y": 4260, + "y": 3950, "width": 400, "height": 213, "isBold": false, @@ -15989,8 +16922,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "PackageService", - "x": 940, - "y": 5360, + "x": 3860, + "y": 5060, "width": 400, "height": 120, "isBold": false, @@ -16005,8 +16938,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetPackageRequest", - "x": 1400, - "y": 5360, + "x": 4310, + "y": 5050, "width": 400, "height": 106, "isBold": false, @@ -16021,8 +16954,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetPackageResponse", - "x": 940, - "y": 5550, + "x": 3860, + "y": 5240, "width": 400, "height": 175, "isBold": false, @@ -16037,8 +16970,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterRequest", - "x": 480, - "y": 5360, + "x": 3400, + "y": 5050, "width": 400, "height": 137, "isBold": false, @@ -16053,8 +16986,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterFilter", - "x": 30, - "y": 5340, + "x": 2950, + "y": 5030, "width": 400, "height": 175, "isBold": false, @@ -16069,8 +17002,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterResponse", - "x": 940, - "y": 5170, + "x": 3860, + "y": 4860, "width": 400, "height": 118, "isBold": false, @@ -16085,8 +17018,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterResponseModel", - "x": 940, - "y": 4930, + "x": 3860, + "y": 4620, "width": 400, "height": 175, "isBold": false, @@ -16101,8 +17034,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "UserOrderService", - "x": 3240, - "y": 2550, + "x": 530, + "y": 5220, "width": 400, "height": 175, "isBold": false, @@ -16117,8 +17050,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "CreateNewUserOrderRequest", - "x": 3740, - "y": 2350, + "x": 1030, + "y": 5020, "width": 400, "height": 230, "isBold": false, @@ -16133,8 +17066,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "CreateNewUserOrderResponse", - "x": 4240, - "y": 2510, + "x": 1530, + "y": 5180, "width": 400, "height": 106, "isBold": false, @@ -16149,8 +17082,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "UpdateUserOrderRequest", - "x": 3110, - "y": 1950, + "x": 400, + "y": 4620, "width": 400, "height": 130, "isBold": false, @@ -16165,8 +17098,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "DeleteUserOrderRequest", - "x": 2740, - "y": 2590, + "x": 30, + "y": 5260, "width": 400, "height": 106, "isBold": false, @@ -16181,8 +17114,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetUserOrderRequest", - "x": 3240, - "y": 2780, + "x": 530, + "y": 5450, "width": 400, "height": 106, "isBold": false, @@ -16197,8 +17130,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetUserOrderResponse", - "x": 4750, - "y": 2630, + "x": 2030, + "y": 5300, "width": 400, "height": 230, "isBold": false, @@ -16213,8 +17146,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterRequest", - "x": 4750, - "y": 2450, + "x": 2030, + "y": 5120, "width": 400, "height": 137, "isBold": false, @@ -16229,8 +17162,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterFilter", - "x": 5190, - "y": 2400, + "x": 2480, + "y": 5070, "width": 400, "height": 240, "isBold": false, @@ -16245,8 +17178,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterResponse", - "x": 3500, - "y": 2130, + "x": 790, + "y": 4800, "width": 400, "height": 118, "isBold": false, @@ -16261,8 +17194,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterResponseModel", - "x": 3950, - "y": 2070, + "x": 1230, + "y": 4740, "width": 400, "height": 230, "isBold": false, @@ -16358,7 +17291,7 @@ "schemaName": "FrontOffice", "tableName": "SetAddressAsDefaultRequest", "x": 800, - "y": 3910, + "y": 3600, "width": 400, "height": 106, "isBold": false, @@ -16373,8 +17306,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "TransactionTypeEnum", - "x": 1860, - "y": 2890, + "x": 2320, + "y": 3150, "width": 250, "height": 110, "isBold": false, @@ -16389,8 +17322,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "CurrencyEnum", - "x": 2310, - "y": 3330, + "x": 1990, + "y": 2740, "width": 200, "height": 110, "isBold": false, @@ -16406,7 +17339,7 @@ "schemaName": "FrontOffice", "tableName": "TransactionService", "x": 500, - "y": 3080, + "y": 3040, "width": 520, "height": 160, "isBold": false, @@ -16422,7 +17355,7 @@ "schemaName": "FrontOffice", "tableName": "GetTransactionRequest", "x": 1190, - "y": 3190, + "y": 3150, "width": 400, "height": 110, "isBold": false, @@ -16437,8 +17370,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetTransactionResponse", - "x": 1780, - "y": 3130, + "x": 2230, + "y": 2550, "width": 420, "height": 490, "isBold": false, @@ -16454,7 +17387,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllTransactionByFilterRequest", "x": 800, - "y": 2120, + "y": 2130, "width": 400, "height": 137, "isBold": false, @@ -16469,7 +17402,7 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllTransactionByFilterFilter", - "x": 1790, + "x": 1880, "y": 1950, "width": 400, "height": 490, @@ -16485,8 +17418,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllTransactionByFilterResponse", - "x": 2230, - "y": 2430, + "x": 1130, + "y": 2910, "width": 350, "height": 118, "isBold": false, @@ -16501,8 +17434,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllTransactionByFilterResponseModel", - "x": 2200, - "y": 2600, + "x": 1530, + "y": 2550, "width": 410, "height": 490, "isBold": false, @@ -16517,8 +17450,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "PaymentRequestRequest", - "x": 1480, - "y": 2860, + "x": 1920, + "y": 3090, "width": 330, "height": 230, "isBold": false, @@ -16534,7 +17467,7 @@ "schemaName": "FrontOffice", "tableName": "PaymentRequestResponse", "x": 570, - "y": 3290, + "y": 3250, "width": 380, "height": 106, "isBold": false, @@ -16566,7 +17499,7 @@ "schemaName": "FrontOffice", "tableName": "PaymentVerificationResponse", "x": 30, - "y": 3070, + "y": 3020, "width": 360, "height": 190, "isBold": false, @@ -16661,8 +17594,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "ProductsService", - "x": 3920, - "y": 4330, + "x": 3690, + "y": 2530, "width": 400, "height": 175, "isBold": false, @@ -16677,8 +17610,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetProductsResponse", - "x": 4440, - "y": 4210, + "x": 4220, + "y": 2400, "width": 400, "height": 426, "isBold": false, @@ -16693,8 +17626,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetProductsRequest", - "x": 3920, - "y": 4570, + "x": 3690, + "y": 2760, "width": 400, "height": 106, "isBold": false, @@ -16709,8 +17642,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllProductsByFilterFilter", - "x": 3920, - "y": 3750, + "x": 3690, + "y": 1950, "width": 400, "height": 327, "isBold": false, @@ -16725,8 +17658,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllProductsByFilterResponseModel", - "x": 3000, - "y": 4210, + "x": 2780, + "y": 2410, "width": 400, "height": 408, "isBold": false, @@ -16741,8 +17674,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllProductsByFilterResponse", - "x": 3460, - "y": 4360, + "x": 3230, + "y": 2550, "width": 400, "height": 118, "isBold": false, @@ -16757,8 +17690,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllProductsByFilterRequest", - "x": 3920, - "y": 4130, + "x": 3690, + "y": 2330, "width": 400, "height": 137, "isBold": false, @@ -16768,6 +17701,86 @@ "b": 147, "a": 1 } + }, + { + "type": "table", + "schemaName": "FrontOffice", + "tableName": "ShopingCart", + "x": 3920, + "y": 3480, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "FrontOffice", + "tableName": "AddNewUserCartRequest", + "x": 4370, + "y": 3520, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "FrontOffice", + "tableName": "UpdateUserCartRequest", + "x": 3920, + "y": 3710, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "FrontOffice", + "tableName": "GetAllUserCartResponseModel", + "x": 3000, + "y": 3450, + "width": 400, + "height": 245, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "FrontOffice", + "tableName": "GetAllUserCartResponse", + "x": 3460, + "y": 3510, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } } ], "layers": [], @@ -17023,20 +18036,20 @@ "vertices": [ { "x": 870, - "y": 4375 + "y": 4065 }, { "x": 870, - "y": 4120 + "y": 3820 }, { "x": 905, - "y": 4120 + "y": 3820 } ], "label": { "x": 878, - "y": 4355, + "y": 4045, "width": 394, "height": 32, "fontName": "Arial Unicode MS", @@ -17061,24 +18074,24 @@ "vertices": [ { "x": 955, - "y": 4410 + "y": 4100 }, { "x": 1000, - "y": 4410 + "y": 4100 }, { "x": 1000, - "y": 4380 + "y": 4070 }, { "x": 1045, - "y": 4380 + "y": 4070 } ], "label": { "x": 951, - "y": 4412, + "y": 4102, "width": 360, "height": 32, "fontName": "Arial Unicode MS", @@ -17103,16 +18116,16 @@ "vertices": [ { "x": 610, - "y": 4375 + "y": 4065 }, { "x": 610, - "y": 3871 + "y": 3571 } ], "label": { "x": 618, - "y": 4355, + "y": 4045, "width": 355, "height": 32, "fontName": "Arial Unicode MS", @@ -17137,16 +18150,16 @@ "vertices": [ { "x": 525, - "y": 4490 + "y": 4180 }, { "x": 445, - "y": 4490 + "y": 4180 } ], "label": { "x": 541, - "y": 4462, + "y": 4152, "width": 334, "height": 32, "fontName": "Arial Unicode MS", @@ -17171,16 +18184,16 @@ "vertices": [ { "x": 740, - "y": 4605 + "y": 4295 }, { "x": 740, - "y": 4625 + "y": 4315 } ], "label": { "x": 748, - "y": 4595, + "y": 4285, "width": 344, "height": 32, "fontName": "Arial Unicode MS", @@ -17205,16 +18218,16 @@ "vertices": [ { "x": 955, - "y": 4570 + "y": 4260 }, { "x": 2075, - "y": 4570 + "y": 4260 } ], "label": { "x": 951, - "y": 4572, + "y": 4262, "width": 401, "height": 32, "fontName": "Arial Unicode MS", @@ -17239,24 +18252,24 @@ "vertices": [ { "x": 955, - "y": 4530 + "y": 4230 }, { "x": 2030, - "y": 4530 + "y": 4230 }, { "x": 2030, - "y": 4430 + "y": 4120 }, { "x": 2075, - "y": 4430 + "y": 4120 } ], "label": { "x": 951, - "y": 4532, + "y": 4232, "width": 411, "height": 32, "fontName": "Arial Unicode MS", @@ -17281,16 +18294,16 @@ "vertices": [ { "x": 2505, - "y": 4600 + "y": 4290 }, { "x": 2525, - "y": 4600 + "y": 4290 } ], "label": { "x": 2501, - "y": 4602, + "y": 4292, "width": 463, "height": 32, "fontName": "Arial Unicode MS", @@ -17315,16 +18328,16 @@ "vertices": [ { "x": 2505, - "y": 4410 + "y": 4100 }, { "x": 2525, - "y": 4410 + "y": 4100 } ], "label": { "x": 2501, - "y": 4412, + "y": 4102, "width": 548, "height": 32, "fontName": "Arial Unicode MS", @@ -17348,17 +18361,17 @@ "visible": true, "vertices": [ { - "x": 1355, - "y": 5410 + "x": 4275, + "y": 5100 }, { - "x": 1385, - "y": 5410 + "x": 4295, + "y": 5100 } ], "label": { - "x": 1351, - "y": 5382, + "x": 4271, + "y": 5072, "width": 280, "height": 32, "fontName": "Arial Unicode MS", @@ -17382,17 +18395,17 @@ "visible": true, "vertices": [ { - "x": 1140, - "y": 5495 + "x": 4060, + "y": 5195 }, { - "x": 1140, - "y": 5535 + "x": 4060, + "y": 5225 } ], "label": { - "x": 1148, - "y": 5485, + "x": 4068, + "y": 5185, "width": 290, "height": 32, "fontName": "Arial Unicode MS", @@ -17416,17 +18429,17 @@ "visible": true, "vertices": [ { - "x": 925, - "y": 5410 + "x": 3845, + "y": 5100 }, { - "x": 895, - "y": 5410 + "x": 3815, + "y": 5100 } ], "label": { - "x": 941, - "y": 5412, + "x": 3861, + "y": 5102, "width": 347, "height": 32, "fontName": "Arial Unicode MS", @@ -17450,17 +18463,17 @@ "visible": true, "vertices": [ { - "x": 1140, - "y": 5345 + "x": 4060, + "y": 5045 }, { - "x": 1140, - "y": 5303 + "x": 4060, + "y": 4993 } ], "label": { - "x": 1148, - "y": 5355, + "x": 4068, + "y": 5055, "width": 357, "height": 32, "fontName": "Arial Unicode MS", @@ -17484,17 +18497,17 @@ "visible": true, "vertices": [ { - "x": 465, - "y": 5410 + "x": 3385, + "y": 5100 }, { - "x": 445, - "y": 5410 + "x": 3365, + "y": 5100 } ], "label": { - "x": 481, - "y": 5412, + "x": 3401, + "y": 5102, "width": 409, "height": 32, "fontName": "Arial Unicode MS", @@ -17518,17 +18531,17 @@ "visible": true, "vertices": [ { - "x": 1140, - "y": 5155 + "x": 4060, + "y": 4845 }, { - "x": 1140, - "y": 5120 + "x": 4060, + "y": 4810 } ], "label": { - "x": 1148, - "y": 5165, + "x": 4068, + "y": 4855, "width": 494, "height": 32, "fontName": "Arial Unicode MS", @@ -17552,25 +18565,25 @@ "visible": true, "vertices": [ { - "x": 3655, - "y": 2570 + "x": 945, + "y": 5240 }, { - "x": 3690, - "y": 2570 + "x": 980, + "y": 5240 }, { - "x": 3690, - "y": 2510 + "x": 980, + "y": 5180 }, { - "x": 3725, - "y": 2510 + "x": 1015, + "y": 5180 } ], "label": { - "x": 3651, - "y": 2572, + "x": 941, + "y": 5242, "width": 354, "height": 32, "fontName": "Arial Unicode MS", @@ -17594,25 +18607,25 @@ "visible": true, "vertices": [ { - "x": 3655, - "y": 2640 + "x": 945, + "y": 5310 }, { - "x": 4190, - "y": 2640 + "x": 1480, + "y": 5310 }, { - "x": 4190, - "y": 2590 + "x": 1480, + "y": 5260 }, { - "x": 4225, - "y": 2590 + "x": 1515, + "y": 5260 } ], "label": { - "x": 3651, - "y": 2612, + "x": 941, + "y": 5282, "width": 364, "height": 32, "fontName": "Arial Unicode MS", @@ -17636,17 +18649,17 @@ "visible": true, "vertices": [ { - "x": 3320, - "y": 2535 + "x": 600, + "y": 5205 }, { - "x": 3320, - "y": 2095 + "x": 600, + "y": 4765 } ], "label": { - "x": 3328, - "y": 2545, + "x": 608, + "y": 5215, "width": 330, "height": 32, "fontName": "Arial Unicode MS", @@ -17670,17 +18683,17 @@ "visible": true, "vertices": [ { - "x": 3225, - "y": 2640 + "x": 515, + "y": 5310 }, { - "x": 3155, - "y": 2640 + "x": 445, + "y": 5310 } ], "label": { - "x": 3241, - "y": 2612, + "x": 531, + "y": 5282, "width": 325, "height": 32, "fontName": "Arial Unicode MS", @@ -17704,17 +18717,17 @@ "visible": true, "vertices": [ { - "x": 3440, - "y": 2740 + "x": 730, + "y": 5410 }, { - "x": 3440, - "y": 2765 + "x": 730, + "y": 5435 } ], "label": { - "x": 3448, - "y": 2700, + "x": 738, + "y": 5370, "width": 304, "height": 32, "fontName": "Arial Unicode MS", @@ -17738,17 +18751,17 @@ "visible": true, "vertices": [ { - "x": 3655, - "y": 2700 + "x": 945, + "y": 5370 }, { - "x": 4735, - "y": 2700 + "x": 2015, + "y": 5370 } ], "label": { - "x": 3651, - "y": 2702, + "x": 941, + "y": 5372, "width": 314, "height": 32, "fontName": "Arial Unicode MS", @@ -17772,25 +18785,25 @@ "visible": true, "vertices": [ { - "x": 3655, - "y": 2670 + "x": 945, + "y": 5340 }, { - "x": 4690, - "y": 2670 + "x": 1980, + "y": 5340 }, { - "x": 4690, - "y": 2560 + "x": 1980, + "y": 5230 }, { - "x": 4735, - "y": 2560 + "x": 2015, + "y": 5230 } ], "label": { - "x": 3651, - "y": 2672, + "x": 941, + "y": 5342, "width": 371, "height": 32, "fontName": "Arial Unicode MS", @@ -17814,21 +18827,21 @@ "visible": true, "vertices": [ { - "x": 3450, - "y": 2535 + "x": 740, + "y": 5205 }, { - "x": 3450, - "y": 2190 + "x": 740, + "y": 4860 }, { - "x": 3485, - "y": 2190 + "x": 775, + "y": 4860 } ], "label": { - "x": 3458, - "y": 2545, + "x": 748, + "y": 5215, "width": 381, "height": 32, "fontName": "Arial Unicode MS", @@ -17852,17 +18865,17 @@ "visible": true, "vertices": [ { - "x": 5165, - "y": 2520 + "x": 2445, + "y": 5190 }, { - "x": 5175, - "y": 2520 + "x": 2465, + "y": 5190 } ], "label": { - "x": 5161, - "y": 2522, + "x": 2441, + "y": 5192, "width": 433, "height": 32, "fontName": "Arial Unicode MS", @@ -17886,17 +18899,17 @@ "visible": true, "vertices": [ { - "x": 3915, - "y": 2190 + "x": 1205, + "y": 4860 }, { - "x": 3935, - "y": 2190 + "x": 1215, + "y": 4860 } ], "label": { - "x": 3911, - "y": 2192, + "x": 1201, + "y": 4862, "width": 518, "height": 32, "fontName": "Arial Unicode MS", @@ -18115,24 +19128,24 @@ "vertices": [ { "x": 955, - "y": 4500 + "y": 4200 }, { "x": 1520, - "y": 4500 + "y": 4200 }, { "x": 1520, - "y": 4410 + "y": 4100 }, { "x": 1555, - "y": 4410 + "y": 4100 } ], "label": { "x": 945, - "y": 4462, + "y": 4162, "width": 384, "height": 32, "fontName": "Arial Unicode MS", @@ -18157,20 +19170,20 @@ "vertices": [ { "x": 740, - "y": 4375 + "y": 4065 }, { "x": 740, - "y": 3960 + "y": 3660 }, { "x": 785, - "y": 3960 + "y": 3660 } ], "label": { "x": 742, - "y": 4345, + "y": 4035, "width": 369, "height": 32, "fontName": "Arial Unicode MS", @@ -18194,17 +19207,17 @@ "visible": true, "vertices": [ { - "x": 1990, - "y": 3115 + "x": 2440, + "y": 3055 }, { - "x": 1990, - "y": 3015 + "x": 2440, + "y": 3135 } ], "label": { - "x": 1340, - "y": 3085, + "x": 1790, + "y": 3005, "width": 360, "height": 32, "fontName": "Arial Unicode MS", @@ -18229,16 +19242,16 @@ "vertices": [ { "x": 2215, - "y": 3380 + "y": 2790 }, { - "x": 2295, - "y": 3380 + "x": 2205, + "y": 2790 } ], "label": { - "x": 1364, - "y": 3342, + "x": 1384, + "y": 2752, "width": 309, "height": 32, "fontName": "Arial Unicode MS", @@ -18262,17 +19275,25 @@ "visible": true, "vertices": [ { - "x": 1990, - "y": 2455 + "x": 2295, + "y": 2190 }, { - "x": 1990, - "y": 2875 + "x": 2710, + "y": 2190 + }, + { + "x": 2710, + "y": 3200 + }, + { + "x": 2585, + "y": 3200 } ], "label": { - "x": 1347, - "y": 2405, + "x": 1640, + "y": 2152, "width": 396, "height": 32, "fontName": "Arial Unicode MS", @@ -18296,25 +19317,17 @@ "visible": true, "vertices": [ { - "x": 2205, - "y": 2190 + "x": 2080, + "y": 2455 }, { - "x": 2670, - "y": 2190 - }, - { - "x": 2670, - "y": 3380 - }, - { - "x": 2525, - "y": 3380 + "x": 2080, + "y": 2725 } ], "label": { - "x": 1353, - "y": 2152, + "x": 1240, + "y": 2405, "width": 345, "height": 32, "fontName": "Arial Unicode MS", @@ -18338,17 +19351,25 @@ "visible": true, "vertices": [ { - "x": 2185, - "y": 2950 + "x": 1730, + "y": 3055 }, { - "x": 2125, - "y": 2950 + "x": 1730, + "y": 3370 + }, + { + "x": 2440, + "y": 3370 + }, + { + "x": 2440, + "y": 3275 } ], "label": { - "x": 1750, - "y": 2912, + "x": 1287, + "y": 3005, "width": 471, "height": 32, "fontName": "Arial Unicode MS", @@ -18372,17 +19393,17 @@ "visible": true, "vertices": [ { - "x": 2410, - "y": 3105 + "x": 1955, + "y": 2790 }, { - "x": 2410, - "y": 3315 + "x": 1975, + "y": 2790 } ], "label": { - "x": 2190, - "y": 3055, + "x": 1723, + "y": 2752, "width": 420, "height": 32, "fontName": "Arial Unicode MS", @@ -18407,16 +19428,16 @@ "vertices": [ { "x": 1035, - "y": 3220 + "y": 3180 }, { "x": 1175, - "y": 3220 + "y": 3180 } ], "label": { "x": 1031, - "y": 3192, + "y": 3152, "width": 326, "height": 32, "fontName": "Arial Unicode MS", @@ -18440,33 +19461,25 @@ "visible": true, "vertices": [ { - "x": 1035, - "y": 3190 + "x": 860, + "y": 3025 }, { - "x": 1140, - "y": 3190 + "x": 860, + "y": 2490 }, { - "x": 1140, - "y": 3140 + "x": 2440, + "y": 2490 }, { - "x": 1720, - "y": 3140 - }, - { - "x": 1720, - "y": 3210 - }, - { - "x": 1765, - "y": 3210 + "x": 2440, + "y": 2535 } ], "label": { - "x": 1031, - "y": 3192, + "x": 868, + "y": 3035, "width": 336, "height": 32, "fontName": "Arial Unicode MS", @@ -18491,7 +19504,7 @@ "vertices": [ { "x": 720, - "y": 3065 + "y": 3025 }, { "x": 720, @@ -18504,7 +19517,7 @@ ], "label": { "x": 728, - "y": 3075, + "y": 3035, "width": 393, "height": 32, "fontName": "Arial Unicode MS", @@ -18528,21 +19541,25 @@ "visible": true, "vertices": [ { - "x": 860, - "y": 3065 + "x": 1035, + "y": 3060 }, { - "x": 860, - "y": 2490 + "x": 1080, + "y": 3060 }, { - "x": 2215, - "y": 2490 + "x": 1080, + "y": 2990 + }, + { + "x": 1115, + "y": 2990 } ], "label": { - "x": 868, - "y": 3075, + "x": 1031, + "y": 3062, "width": 403, "height": 32, "fontName": "Arial Unicode MS", @@ -18570,7 +19587,7 @@ "y": 2190 }, { - "x": 1775, + "x": 1865, "y": 2190 } ], @@ -18600,17 +19617,17 @@ "visible": true, "vertices": [ { - "x": 2410, - "y": 2563 + "x": 1495, + "y": 2970 }, { - "x": 2410, - "y": 2585 + "x": 1515, + "y": 2970 } ], "label": { - "x": 2060, - "y": 2553, + "x": 1133, + "y": 2972, "width": 540, "height": 32, "fontName": "Arial Unicode MS", @@ -18634,17 +19651,17 @@ "visible": true, "vertices": [ { - "x": 1825, - "y": 2970 + "x": 2265, + "y": 3200 }, { - "x": 1845, - "y": 2970 + "x": 2305, + "y": 3200 } ], "label": { - "x": 1180, - "y": 2942, + "x": 1620, + "y": 3172, "width": 452, "height": 32, "fontName": "Arial Unicode MS", @@ -18668,25 +19685,17 @@ "visible": true, "vertices": [ { - "x": 1650, - "y": 3105 + "x": 2080, + "y": 3075 }, { - "x": 1650, - "y": 3680 - }, - { - "x": 2410, - "y": 3680 - }, - { - "x": 2410, - "y": 3455 + "x": 2080, + "y": 2865 } ], "label": { - "x": 1190, - "y": 3065, + "x": 1620, + "y": 3055, "width": 401, "height": 32, "fontName": "Arial Unicode MS", @@ -18711,24 +19720,32 @@ "vertices": [ { "x": 1035, - "y": 3100 + "y": 3150 }, { - "x": 1080, - "y": 3100 + "x": 1140, + "y": 3150 }, { - "x": 1080, - "y": 3010 + "x": 1140, + "y": 3090 }, { - "x": 1465, - "y": 3010 + "x": 1870, + "y": 3090 + }, + { + "x": 1870, + "y": 3160 + }, + { + "x": 1905, + "y": 3160 } ], "label": { "x": 688, - "y": 3062, + "y": 3112, "width": 337, "height": 32, "fontName": "Arial Unicode MS", @@ -18753,16 +19770,16 @@ "vertices": [ { "x": 760, - "y": 3255 + "y": 3215 }, { "x": 760, - "y": 3275 + "y": 3235 } ], "label": { "x": 479, - "y": 3205, + "y": 3165, "width": 283, "height": 32, "fontName": "Arial Unicode MS", @@ -18787,7 +19804,7 @@ "vertices": [ { "x": 580, - "y": 3065 + "y": 3025 }, { "x": 580, @@ -18796,7 +19813,7 @@ ], "label": { "x": 222, - "y": 3035, + "y": 2995, "width": 360, "height": 32, "fontName": "Arial Unicode MS", @@ -18821,16 +19838,16 @@ "vertices": [ { "x": 485, - "y": 3160 + "y": 3120 }, { "x": 405, - "y": 3160 + "y": 3120 } ], "label": { "x": 495, - "y": 3122, + "y": 3082, "width": 370, "height": 32, "fontName": "Arial Unicode MS", @@ -19060,17 +20077,17 @@ "visible": true, "vertices": [ { - "x": 4335, - "y": 4410 + "x": 4105, + "y": 2600 }, { - "x": 4425, - "y": 4410 + "x": 4205, + "y": 2600 } ], "label": { - "x": 4025, - "y": 4370, + "x": 3795, + "y": 2560, "width": 300, "height": 32, "fontName": "Sans", @@ -19094,17 +20111,17 @@ "visible": true, "vertices": [ { - "x": 4120, - "y": 4520 + "x": 3890, + "y": 2720 }, { - "x": 4120, - "y": 4555 + "x": 3890, + "y": 2745 } ], "label": { - "x": 4122, - "y": 4468, + "x": 3892, + "y": 2668, "width": 290, "height": 32, "fontName": "Sans", @@ -19128,17 +20145,17 @@ "visible": true, "vertices": [ { - "x": 3905, - "y": 4410 + "x": 3675, + "y": 2600 }, { - "x": 3875, - "y": 4410 + "x": 3645, + "y": 2600 } ], "label": { - "x": 3548, - "y": 4370, + "x": 3318, + "y": 2560, "width": 367, "height": 32, "fontName": "Sans", @@ -19162,17 +20179,17 @@ "visible": true, "vertices": [ { - "x": 3445, - "y": 4410 + "x": 3215, + "y": 2600 }, { - "x": 3415, - "y": 4410 + "x": 3195, + "y": 2600 } ], "label": { - "x": 3455, - "y": 4370, + "x": 3225, + "y": 2560, "width": 516, "height": 32, "fontName": "Sans", @@ -19196,17 +20213,17 @@ "visible": true, "vertices": [ { - "x": 4120, - "y": 4315 + "x": 3890, + "y": 2515 }, { - "x": 4120, - "y": 4282 + "x": 3890, + "y": 2482 } ], "label": { - "x": 4122, - "y": 4283, + "x": 3892, + "y": 2483, "width": 357, "height": 32, "fontName": "Sans", @@ -19230,17 +20247,17 @@ "visible": true, "vertices": [ { - "x": 4120, - "y": 4115 + "x": 3890, + "y": 2315 }, { - "x": 4120, - "y": 4092 + "x": 3890, + "y": 2292 } ], "label": { - "x": 3689, - "y": 4083, + "x": 3459, + "y": 2283, "width": 433, "height": 32, "fontName": "Sans", @@ -19255,6 +20272,142 @@ "isFontItalic": false, "isVisible": false } + }, + { + "name": "fk_ShopingCart_AddNewUserCartRequest_1", + "sourceTableName": "ShopingCart", + "sourceSchemaName": "FrontOffice", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4335, + "y": 3570 + }, + { + "x": 4355, + "y": 3570 + } + ], + "label": { + "x": 4024, + "y": 3530, + "width": 301, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ShopingCart_UpdateUserCartRequest_1", + "sourceTableName": "ShopingCart", + "sourceSchemaName": "FrontOffice", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4120, + "y": 3670 + }, + { + "x": 4120, + "y": 3695 + } + ], + "label": { + "x": 3829, + "y": 3618, + "width": 293, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ShopingCart_GetAllUserCartResponse_1", + "sourceTableName": "ShopingCart", + "sourceSchemaName": "FrontOffice", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3905, + "y": 3570 + }, + { + "x": 3875, + "y": 3570 + } + ], + "label": { + "x": 3921, + "y": 3572, + "width": 294, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserCartResponse_GetAllUserCartResponseModel_1", + "sourceTableName": "GetAllUserCartResponse", + "sourceSchemaName": "FrontOffice", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3445, + "y": 3570 + }, + { + "x": 3415, + "y": 3570 + } + ], + "label": { + "x": 3461, + "y": 3572, + "width": 416, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } } ], "viewRelations": [] diff --git a/src/FrontOffice.BFF.Domain/FrontOffice.BFF.Domain.csproj b/src/FrontOffice.BFF.Domain/FrontOffice.BFF.Domain.csproj index 9a6dc8f..95c204d 100644 --- a/src/FrontOffice.BFF.Domain/FrontOffice.BFF.Domain.csproj +++ b/src/FrontOffice.BFF.Domain/FrontOffice.BFF.Domain.csproj @@ -7,7 +7,7 @@ - +