public CardStorage(SiteContext context) { _context = context; }
public AuthController(SiteContext context) { _storage = new CardStorage(context); }