Ejemplo n.º 1
0
 public BaseRepository(IMpkContext context) : base(context)
 {
 }
Ejemplo n.º 2
0
 protected GenericRepository(IMpkContext context)
 {
     Context = context as DbContext;
 }