0
This commit is contained in:
@@ -6,12 +6,12 @@ using System;
|
||||
|
||||
namespace MyCode.Project.Services.Implementation
|
||||
{
|
||||
public class ZhuBinService : ServiceBase //, IZhuBinService
|
||||
public class PrdOrderService : ServiceBase //, IZhuBinService
|
||||
{
|
||||
|
||||
private IYTKJTShopParameterRepository _yTKJTShopParameterRepository;
|
||||
|
||||
public ZhuBinService(IYTKJTShopParameterRepository yTKJTShopParameterRepository)
|
||||
public PrdOrderService(IYTKJTShopParameterRepository yTKJTShopParameterRepository)
|
||||
{
|
||||
_yTKJTShopParameterRepository = yTKJTShopParameterRepository;
|
||||
}
|
||||
Reference in New Issue
Block a user