Ejemplo n.º 1
0
 public AsoelineextraCoreReturnTypeUpdateResponseAPI CoreReturnTypeUpdate(Corereturntype corereturntype)
 {
     return(this.repository.CoreReturnTypeUpdate(corereturntype));
 }
Ejemplo n.º 2
0
 public Corereturntype CoreReturnTypeChangeType(Corereturntype corereturntype)
 {
     return(this.repository.CoreReturnTypeChangeType(corereturntype));
 }
Ejemplo n.º 3
0
 public Corereturntype CoreReturnTypeInit(Corereturntype corereturntype)
 {
     return(this.repository.CoreReturnTypeInit(corereturntype));
 }
Ejemplo n.º 4
0
 public AsoelineextraCoreReturnTypeUpdateResponseAPI CoreReturnTypeUpdate(Corereturntype corereturntype)
 {
     return(this.adapter.CoreReturnTypeUpdate(corereturntype));
 }
Ejemplo n.º 5
0
 public Corereturntype CoreReturnTypeChangeType(Corereturntype corereturntype)
 {
     return(this.adapter.CoreReturnTypeChangeType(corereturntype));
 }
Ejemplo n.º 6
0
 public Corereturntype CoreReturnTypeInit(Corereturntype corereturntype)
 {
     return(this.adapter.CoreReturnTypeInit(corereturntype));
 }