예제 #1
0
 public BuyingAgentCheckIfSaved(BuyingAgentContext buyingAgentContext)
 {
     _buyingAgentContext = buyingAgentContext;
 }
예제 #2
0
 public BuyingAgentDelete(BuyingAgentContext buyingAgentContext,
                          EnumToDicConverter converter)
 {
     _buyingAgentContext = buyingAgentContext;
 }
 public BuyingAgentCheckIfExisted(BuyingAgentContext buyingAgentContext)
 {
     _buyingAgentContext = buyingAgentContext;
 }
 public BuyingAgentRead(BuyingAgentContext buyingAgentContext)
 {
     _buyingAgentContext = buyingAgentContext;
 }
 public BuyingAgentReports(BuyingAgentContext buyingAgentContext,
                           EnumToDicConverter converter)
 {
     _buyingAgentContext = buyingAgentContext;
     _converter          = converter;
 }
 public BuyingAgentSave(BuyingAgentContext buyingAgentContext)
 {
     _buyingAgentContext = buyingAgentContext;
 }