예제 #1
0
 public UsuarioServicio(IglesiaDbContext IglesiaContext)
 {
     this.IglesiaContext = IglesiaContext;
 }
예제 #2
0
 public MiembrosServicio(IglesiaDbContext IglesiaContext)
 {
     this.IglesiaContext = IglesiaContext;
 }