Exemplo n.º 1
0
 public int GetCategoryID()
 {
     if (categoryID == null)
     {
         SqlStoredProcedures sqlSP = new SqlStoredProcedures();
         categoryID = sqlSP.StoreGetProductCategoryID(GetProductID());
     }
     return((int)categoryID);
 }