public UserRepository(FoolStaffContext context) : base(context) { }
public EffortRepository(FoolStaffContext context) : base(context) { }
public TesoreriaRepository(FoolStaffContext context) : base(context) { }
public EventoRepository(FoolStaffContext context) : base(context) { }