v3.4.6
This commit is contained in:
@@ -30,10 +30,10 @@ public class ProductClassifyService : IDynamicApiController, ITransient
|
||||
private readonly IUserManager _userManager;
|
||||
|
||||
public ProductClassifyService(
|
||||
ISqlSugarRepository<ProductClassifyEntity> extProductRepository,
|
||||
ISqlSugarRepository<ProductClassifyEntity> repository,
|
||||
IUserManager userManager)
|
||||
{
|
||||
_repository = extProductRepository;
|
||||
_repository = repository;
|
||||
_userManager = userManager;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user