diff --git a/common.props b/common.props index 0bef0eb5..7e720252 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 0.9.1 + 0.9.2 $(NoWarn);CS1591 true EasyAbp Team diff --git a/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.EntityFrameworkCore/EasyAbp/EShop/Orders/Orders/OrderRepository.cs b/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.EntityFrameworkCore/EasyAbp/EShop/Orders/Orders/OrderRepository.cs index e2c0516b..34ee6f70 100644 --- a/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.EntityFrameworkCore/EasyAbp/EShop/Orders/Orders/OrderRepository.cs +++ b/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.EntityFrameworkCore/EasyAbp/EShop/Orders/Orders/OrderRepository.cs @@ -12,7 +12,7 @@ namespace EasyAbp.EShop.Orders.Orders { public class OrderRepository : EfCoreRepository, IOrderRepository { - public OrderRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public OrderRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp/EShop/Payments/Payments/PaymentRepository.cs b/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp/EShop/Payments/Payments/PaymentRepository.cs index cc586572..6a211283 100644 --- a/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp/EShop/Payments/Payments/PaymentRepository.cs +++ b/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp/EShop/Payments/Payments/PaymentRepository.cs @@ -9,7 +9,7 @@ namespace EasyAbp.EShop.Payments.Payments { public class PaymentRepository : EfCoreRepository, IPaymentRepository { - public PaymentRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public PaymentRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp/EShop/Payments/Refunds/RefundRepository.cs b/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp/EShop/Payments/Refunds/RefundRepository.cs index 33aa0dd0..ba552bfd 100644 --- a/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp/EShop/Payments/Refunds/RefundRepository.cs +++ b/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp/EShop/Payments/Refunds/RefundRepository.cs @@ -8,7 +8,7 @@ namespace EasyAbp.EShop.Payments.Refunds { public class RefundRepository : EfCoreRepository, IRefundRepository { - public RefundRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public RefundRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/Categories/CategoryRepository.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/Categories/CategoryRepository.cs index 3407be6d..7cc2a26d 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/Categories/CategoryRepository.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/Categories/CategoryRepository.cs @@ -8,7 +8,7 @@ namespace EasyAbp.EShop.Products.Categories { public class CategoryRepository : EfCoreTreeRepository, ICategoryRepository { - public CategoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public CategoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } } diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductCategories/ProductCategoryRepository.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductCategories/ProductCategoryRepository.cs index 21425b36..14b267e0 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductCategories/ProductCategoryRepository.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductCategories/ProductCategoryRepository.cs @@ -12,7 +12,7 @@ namespace EasyAbp.EShop.Products.ProductCategories { public class ProductCategoryRepository : EfCoreRepository, IProductCategoryRepository { - public ProductCategoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public ProductCategoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductDetailHistories/ProductDetailHistoryRepository.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductDetailHistories/ProductDetailHistoryRepository.cs index b379f659..3f19a5fd 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductDetailHistories/ProductDetailHistoryRepository.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductDetailHistories/ProductDetailHistoryRepository.cs @@ -12,7 +12,7 @@ namespace EasyAbp.EShop.Products.ProductDetailHistories { public class ProductDetailHistoryRepository : EfCoreRepository, IProductDetailHistoryRepository { - public ProductDetailHistoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public ProductDetailHistoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductDetails/ProductDetailRepository.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductDetails/ProductDetailRepository.cs index 438a0eac..a152eb3d 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductDetails/ProductDetailRepository.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductDetails/ProductDetailRepository.cs @@ -7,7 +7,7 @@ namespace EasyAbp.EShop.Products.ProductDetails { public class ProductDetailRepository : EfCoreRepository, IProductDetailRepository { - public ProductDetailRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public ProductDetailRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } } diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductHistories/ProductHistoryRepository.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductHistories/ProductHistoryRepository.cs index b7827a9c..a4936474 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductHistories/ProductHistoryRepository.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductHistories/ProductHistoryRepository.cs @@ -12,7 +12,7 @@ namespace EasyAbp.EShop.Products.ProductHistories { public class ProductHistoryRepository : EfCoreRepository, IProductHistoryRepository { - public ProductHistoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public ProductHistoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductInventories/ProductInventoryRepository.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductInventories/ProductInventoryRepository.cs index 73c25989..4001e37b 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductInventories/ProductInventoryRepository.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductInventories/ProductInventoryRepository.cs @@ -13,7 +13,7 @@ namespace EasyAbp.EShop.Products.ProductInventories { public class ProductInventoryRepository : EfCoreRepository, IProductInventoryRepository { - public ProductInventoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public ProductInventoryRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductStores/ProductStoreRepository.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductStores/ProductStoreRepository.cs index 9029e57e..29912339 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductStores/ProductStoreRepository.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductStores/ProductStoreRepository.cs @@ -12,7 +12,7 @@ namespace EasyAbp.EShop.Products.ProductStores { public class ProductStoreRepository : EfCoreRepository, IProductStoreRepository { - public ProductStoreRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public ProductStoreRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductTypes/ProductTypeRepository.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductTypes/ProductTypeRepository.cs index aea6a8ed..6b043d26 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductTypes/ProductTypeRepository.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/ProductTypes/ProductTypeRepository.cs @@ -7,7 +7,7 @@ namespace EasyAbp.EShop.Products.ProductTypes { public class ProductTypeRepository : EfCoreRepository, IProductTypeRepository { - public ProductTypeRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public ProductTypeRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } } diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/Products/ProductRepository.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/Products/ProductRepository.cs index 0ed94f92..4c6d6ff4 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/Products/ProductRepository.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp/EShop/Products/Products/ProductRepository.cs @@ -9,7 +9,7 @@ namespace EasyAbp.EShop.Products.Products { public class ProductRepository : EfCoreRepository, IProductRepository { - public ProductRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public ProductRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.EntityFrameworkCore/EasyAbp/EShop/Stores/Stores/StoreRepository.cs b/modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.EntityFrameworkCore/EasyAbp/EShop/Stores/Stores/StoreRepository.cs index 6127494f..b51261d9 100644 --- a/modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.EntityFrameworkCore/EasyAbp/EShop/Stores/Stores/StoreRepository.cs +++ b/modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.EntityFrameworkCore/EasyAbp/EShop/Stores/Stores/StoreRepository.cs @@ -10,7 +10,7 @@ namespace EasyAbp.EShop.Stores.Stores { public class StoreRepository : EfCoreRepository, IStoreRepository { - public StoreRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public StoreRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } diff --git a/plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.EntityFrameworkCore/EasyAbp/EShop/Plugins/Baskets/BasketItems/BasketItemRepository.cs b/plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.EntityFrameworkCore/EasyAbp/EShop/Plugins/Baskets/BasketItems/BasketItemRepository.cs index 338caffe..8b83ceca 100644 --- a/plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.EntityFrameworkCore/EasyAbp/EShop/Plugins/Baskets/BasketItems/BasketItemRepository.cs +++ b/plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.EntityFrameworkCore/EasyAbp/EShop/Plugins/Baskets/BasketItems/BasketItemRepository.cs @@ -7,7 +7,7 @@ namespace EasyAbp.EShop.Plugins.Baskets.BasketItems { public class BasketItemRepository : EfCoreRepository, IBasketItemRepository { - public BasketItemRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public BasketItemRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { } } diff --git a/plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.EntityFrameworkCore/EasyAbp/EShop/Plugins/Baskets/ProductUpdates/ProductUpdateRepository.cs b/plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.EntityFrameworkCore/EasyAbp/EShop/Plugins/Baskets/ProductUpdates/ProductUpdateRepository.cs index fd583042..6c5dd17e 100644 --- a/plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.EntityFrameworkCore/EasyAbp/EShop/Plugins/Baskets/ProductUpdates/ProductUpdateRepository.cs +++ b/plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.EntityFrameworkCore/EasyAbp/EShop/Plugins/Baskets/ProductUpdates/ProductUpdateRepository.cs @@ -12,7 +12,7 @@ namespace EasyAbp.EShop.Plugins.Baskets.ProductUpdates { public class ProductUpdateRepository : EfCoreRepository, IProductUpdateRepository { - public ProductUpdateRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + public ProductUpdateRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) { }