Beispiel #1
0
 public RepositoryCuentas(ICuentasContext context)
 {
     this.context = context;
 }
 public HomeController(IRepositoryCuentas repo, ICuentasContext context)
 {
     this.repo     = repo;
     this._context = context;
 }