示例#1
0
 public Webnoterecord WebNoteRead(Webnotecriteria webnotecriteria)
 {
     return(this.repository.WebNoteRead(webnotecriteria));
 }
示例#2
0
 public Webnoterecord WebNoteRead(Webnotecriteria webnotecriteria)
 {
     return(this.adapter.WebNoteRead(webnotecriteria));
 }