Exemple #1
0
 public Repository(SafeWebContext context)
 {
     Context = context;
     Context.ChangeTracker.LazyLoadingEnabled = false;
 }
 public UnityOfWork(SafeWebContext context)
 {
     this.context = context;
 }
Exemple #3
0
 public UsuarioRepository(SafeWebContext context) : base(context)
 {
 }
Exemple #4
0
 public CategoriaRepository(SafeWebContext context) : base(context)
 {
 }