Пример #1
0
 public void ICSOESave(Icsoesetup icsoesetup)
 {
     this.repository.ICSOESave(icsoesetup);
 }
Пример #2
0
 public void ICSOESave(Icsoesetup icsoesetup)
 {
     this.adapter.ICSOESave(icsoesetup);
 }
Пример #3
0
 public Icsoesetup ICSOECreate(Icsoesetup icsoesetup)
 {
     return(this.repository.ICSOECreate(icsoesetup));
 }
Пример #4
0
 public Icsoesetup ICSOECreate(Icsoesetup icsoesetup)
 {
     return(this.adapter.ICSOECreate(icsoesetup));
 }