Exemplo n.º 1
0
 public BaseRepository(CrecheAppContext crecheAppContext)
 {
     _crecheAppContext = crecheAppContext;
 }
Exemplo n.º 2
0
 public UserRepository(CrecheAppContext crecheAppContext) : base(crecheAppContext)
 {
 }
 public EstablishmentRepository(CrecheAppContext crecheAppContext) : base(crecheAppContext)
 {
 }
Exemplo n.º 4
0
 public AccountRepository(CrecheAppContext crecheAppContext) : base(crecheAppContext)
 {
 }