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