Ejemplo n.º 1
0
 public UsuarioServicio(IglesiaDbContext IglesiaContext)
 {
     this.IglesiaContext = IglesiaContext;
 }
Ejemplo n.º 2
0
 public MiembrosServicio(IglesiaDbContext IglesiaContext)
 {
     this.IglesiaContext = IglesiaContext;
 }