重构服务类和仓库类
This commit is contained in:
@@ -49,9 +49,9 @@ public class VarDataRepository : BaseRepository<DbVariable>
|
||||
|
||||
|
||||
|
||||
// public VarDataRepository(IMapper mapper)
|
||||
// public VarDataRepository(IMapper _mapper)
|
||||
// {
|
||||
// _mapper = mapper;
|
||||
// _mapper = _mapper;
|
||||
// }
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user