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