Generator Changes at 11/12/2025 1:32:03 AM +03:30

This commit is contained in:
masoodafar-web
2025-11-12 02:24:02 +03:30
parent 826ae4589f
commit b27c765731
290 changed files with 30811 additions and 21316 deletions
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class CreateNewFactorDetailsEvent : BaseEvent
{
public CreateNewFactorDetailsEvent(FactorDetails item)
{
}
public FactorDetails Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class DeleteFactorDetailsEvent : BaseEvent
{
public DeleteFactorDetailsEvent(FactorDetails item)
{
}
public FactorDetails Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class UpdateFactorDetailsEvent : BaseEvent
{
public UpdateFactorDetailsEvent(FactorDetails item)
{
}
public FactorDetails Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class CreateNewProductGallerysEvent : BaseEvent
{
public CreateNewProductGallerysEvent(ProductGallerys item)
{
}
public ProductGallerys Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class DeleteProductGallerysEvent : BaseEvent
{
public DeleteProductGallerysEvent(ProductGallerys item)
{
}
public ProductGallerys Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class UpdateProductGallerysEvent : BaseEvent
{
public UpdateProductGallerysEvent(ProductGallerys item)
{
}
public ProductGallerys Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class CreateNewProductImagesEvent : BaseEvent
{
public CreateNewProductImagesEvent(ProductImages item)
{
}
public ProductImages Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class DeleteProductImagesEvent : BaseEvent
{
public DeleteProductImagesEvent(ProductImages item)
{
}
public ProductImages Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class UpdateProductImagesEvent : BaseEvent
{
public UpdateProductImagesEvent(ProductImages item)
{
}
public ProductImages Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class CreateNewProductsEvent : BaseEvent
{
public CreateNewProductsEvent(Products item)
{
}
public Products Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class DeleteProductsEvent : BaseEvent
{
public DeleteProductsEvent(Products item)
{
}
public Products Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class UpdateProductsEvent : BaseEvent
{
public UpdateProductsEvent(Products item)
{
}
public Products Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class CreateNewTransactionsEvent : BaseEvent
{
public CreateNewTransactionsEvent(Transactions item)
{
}
public Transactions Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class DeleteTransactionsEvent : BaseEvent
{
public DeleteTransactionsEvent(Transactions item)
{
}
public Transactions Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class UpdateTransactionsEvent : BaseEvent
{
public UpdateTransactionsEvent(Transactions item)
{
}
public Transactions Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class CreateNewUserCartsEvent : BaseEvent
{
public CreateNewUserCartsEvent(UserCarts item)
{
}
public UserCarts Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class DeleteUserCartsEvent : BaseEvent
{
public DeleteUserCartsEvent(UserCarts item)
{
}
public UserCarts Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class UpdateUserCartsEvent : BaseEvent
{
public UpdateUserCartsEvent(UserCarts item)
{
}
public UserCarts Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class CreateNewUserWalletChangeLogEvent : BaseEvent
{
public CreateNewUserWalletChangeLogEvent(UserWalletChangeLog item)
{
}
public UserWalletChangeLog Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class DeleteUserWalletChangeLogEvent : BaseEvent
{
public DeleteUserWalletChangeLogEvent(UserWalletChangeLog item)
{
}
public UserWalletChangeLog Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class UpdateUserWalletChangeLogEvent : BaseEvent
{
public UpdateUserWalletChangeLogEvent(UserWalletChangeLog item)
{
}
public UserWalletChangeLog Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class CreateNewUserWalletEvent : BaseEvent
{
public CreateNewUserWalletEvent(UserWallet item)
{
}
public UserWallet Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class DeleteUserWalletEvent : BaseEvent
{
public DeleteUserWalletEvent(UserWallet item)
{
}
public UserWallet Item { get; }
}
@@ -0,0 +1,8 @@
namespace CMSMicroservice.Domain.Events;
public class UpdateUserWalletEvent : BaseEvent
{
public UpdateUserWalletEvent(UserWallet item)
{
}
public UserWallet Item { get; }
}