Exemple #1
0
 public List <CustomerEntity> CustomerByid(string hello)
 {
     return(ob.CustomerByid(hello));
 }