Example #1
0
 public RelationsManagerService(AppDbContext db, IMapper mapper, UserManager <AppUser> userMgr, RelationValidator validator, CacheService cache)
 {
     _db        = db;
     _mapper    = mapper;
     _userMgr   = userMgr;
     _validator = validator;
     _cache     = cache;
 }