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