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