示例#1
0
 public BaseRepository(CrecheAppContext crecheAppContext)
 {
     _crecheAppContext = crecheAppContext;
 }
示例#2
0
 public UserRepository(CrecheAppContext crecheAppContext) : base(crecheAppContext)
 {
 }
 public EstablishmentRepository(CrecheAppContext crecheAppContext) : base(crecheAppContext)
 {
 }
示例#4
0
 public AccountRepository(CrecheAppContext crecheAppContext) : base(crecheAppContext)
 {
 }