Ejemplo n.º 1
0
 public OperationByIdCommand(IServiceIntegrator client, int operationId, List <object> values, string ticket)
 {
     this.client      = client;
     this.operationId = operationId;
     this.values      = values;
     this.ticket      = ticket;
 }
Ejemplo n.º 2
0
 public GetTRICDebtsTotalFactory(IServiceIntegrator client) : base(client)
 {
 }
 public GetTRICLawsuitsFactory(IServiceIntegrator client)
     : base(client)
 {
 }
 public ITRICServicesFactory(IServiceIntegrator client)
 {
     this.client = client;
 }
 public GetTRICLivingsFactory(IServiceIntegrator client)
     : base(client)
 {
 }
Ejemplo n.º 6
0
 public GetTRICDebtsByPeriodFactory(IServiceIntegrator client) : base(client)
 {
 }