Ejemplo n.º 1
0
 public BuyingAgentDelete(BuyingAgentContext buyingAgentContext,
                          EnumToDicConverter converter)
 {
     _buyingAgentContext = buyingAgentContext;
 }
 public BuyingAgentReports(BuyingAgentContext buyingAgentContext,
                           EnumToDicConverter converter)
 {
     _buyingAgentContext = buyingAgentContext;
     _converter          = converter;
 }