コード例 #1
0
 public Sp_GetProductByID SpGetProductByID(int productID)
 {
     using (var db = new KoontabiDBEntities())
     {
         return(db.Sp_GetProductByID(productID).FirstOrDefault());
     }
 }