示例#1
0
 public Products SelectByID(string productid)
 {
     return(productsRepo.SelectByID(productid));
 }