Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> verifyDbUserAsync(CustomModel.CommonClass c)
 {
     return(base.Channel.verifyDbUserAsync(c));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddDbDataAsync(CustomModel.CommonClass custom)
 {
     return(base.Channel.AddDbDataAsync(custom));
 }
Ejemplo n.º 3
0
 public bool verifyDbUser(CustomModel.CommonClass c)
 {
     return(base.Channel.verifyDbUser(c));
 }
Ejemplo n.º 4
0
 public bool AddDbData(CustomModel.CommonClass custom)
 {
     return(base.Channel.AddDbData(custom));
 }