public BaseRepository(IMpkContext context) : base(context)
 {
 }
Exemple #2
0
 protected GenericRepository(IMpkContext context)
 {
     Context = context as DbContext;
 }