Exemplo n.º 1
0
 public UserRepository(Authenticatzo_DBContext context, IMapper iMapper, IPasswordHasher passwordHasher)
 {
     this._context        = context;
     this._iMapper        = iMapper;
     this._passwordHasher = passwordHasher;
 }
 public DashboardRepository(Authenticatzo_DBContext context, IMapper iMapper)
 {
     this._context = context;
     this._iMapper = iMapper;
 }
 public PlaylistVideoRepository(Authenticatzo_DBContext context, IMapper iMapper)
 {
     this._context = context;
     this._iMapper = iMapper;
 }
Exemplo n.º 4
0
 public YoutubeRepository(Authenticatzo_DBContext context, IMapper iMapper)
 {
     this._context = context;
     this._iMapper = iMapper;
 }