Ejemplo n.º 1
0
 public GenericUnitOfWork()
 {
     this._context = new MikroCrmContext();
 }
Ejemplo n.º 2
0
 public GenericRepository(MikroCrmContext context)
 {
     this.Context = context;
 }