Example #1
0
 public GenericUnitOfWork()
 {
     this._context = new MikroCrmContext();
 }
Example #2
0
 public GenericRepository(MikroCrmContext context)
 {
     this.Context = context;
 }