public RepositoryProposition(tallerContext context)
 {
     _context = context;
 }
Example #2
0
 public RepositoryUser(tallerContext context)
 {
     _context = context;
 }