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