Exemplo n.º 1
0
 public TimeStartRepo(AeldrePlejeContext context)
 {
     _context = context;
 }
 public PendingShiftRepo(AeldrePlejeContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public TimeEndRepo(AeldrePlejeContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public RouteRepo(AeldrePlejeContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public GroupRepo(AeldrePlejeContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public ShiftRepo(AeldrePlejeContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public UserRepo(AeldrePlejeContext context, IAuthenticationHelper authentication)
 {
     _context = context;
     _auth    = authentication;
 }