示例#1
0
 public AuthorizationService(TSCRepository repository, IMapper mapper) : base(repository, mapper)
 {
 }
示例#2
0
 public TSCBaseService(TSCRepository repository, IMapper mapper) : base(repository, mapper)
 {
 }