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