Esempio n. 1
0
 public IEnumerable <Messaging> OEIRReleaseAll(Oeirholdall oeirholdall)
 {
     return(this.adapter.OEIRReleaseAll(oeirholdall));
 }
Esempio n. 2
0
 public IEnumerable <Messaging> OEIRReleaseAll(Oeirholdall oeirholdall)
 {
     return(this.repository.OEIRReleaseAll(oeirholdall));
 }
Esempio n. 3
0
 public void OEIRHoldAll(Oeirholdall oeirholdall)
 {
     this.adapter.OEIRHoldAll(oeirholdall);
 }
Esempio n. 4
0
 public void OEIRHoldAll(Oeirholdall oeirholdall)
 {
     this.repository.OEIRHoldAll(oeirholdall);
 }