public RegistroModel( IRepository <Tutor> repository, IAccoutRepository ReposAccount, IVisitRepository ReposVisit ) { this.repository = repository; this.ReposAccount = ReposAccount; this.ReposVisit = ReposVisit; }
public LoginModel(IAccoutRepository repository) { this.repository = repository; }