示例#1
0
 public ClientCommandRepository(GestionVentasContext context) : base(context)
 {
 }
示例#2
0
 public ProductCommandRepository(GestionVentasContext context) : base(context)
 {
 }
 public CommandRepository(GestionVentasContext context)
 {
     Context = context;
 }
示例#4
0
 public ClientQueryRepository(GestionVentasContext context) : base(context)
 {
 }
 public ProductQueryRepository(GestionVentasContext context) : base(context)
 {
 }
 public QueryRepository(GestionVentasContext context)
 {
     Context = context;
 }