Exemplo n.º 1
0
 public CMSService(ICMSMapper mapper, ICacheManager cache)
 {
     _mapper = mapper;
     _cache  = cache;
 }
Exemplo n.º 2
0
 public CMSService(ISquidexRepo repo, ICMSMapper mapper, ICacheProvider cache)
 {
     _repo   = repo;
     _mapper = mapper;
     _cache  = cache;
 }
Exemplo n.º 3
0
 public CMSService(ISquidexRepo repo, ICMSMapper mapper)
 {
     _repo   = repo;
     _mapper = mapper;
 }