Exemple #1
0
 public UserRepository(FoolStaffContext context) : base(context)
 {
 }
 public EffortRepository(FoolStaffContext context) : base(context)
 {
 }
 public TesoreriaRepository(FoolStaffContext context) : base(context)
 {
 }
Exemple #4
0
 public EventoRepository(FoolStaffContext context) : base(context)
 {
 }