Esempio n. 1
0
 public UserRepositoryImpl(DataBaseMySQLContext dataBaseMySQLContext, IMapper mapper)
 {
     this._DataBaseMySQLContext = dataBaseMySQLContext;
     this._Mapper = mapper;
 }
 public AuthorizationRepositoryImpl(DataBaseMySQLContext dataBaseMySQLContext, IMapper mapper)
 {
     this._DataBaseMySQLContext = dataBaseMySQLContext;
     this._Mapper = mapper;
 }