Esempio n. 1
0
 public EntityActivityRepo(eMoodContext context) : base(context)
 {
 }
Esempio n. 2
0
 public EfUnitOfWork(eMoodContext _dbContext)
 {
     dbContext = _dbContext ?? throw new ArgumentNullException("dbcontext cannot be null");
 }
 public EntityActivityAttributeRepository(eMoodContext context) : base(context)
 {
 }
Esempio n. 4
0
 public EntityEmotionRepo(eMoodContext context) : base(context)
 {
 }