Exemple #1
0
 /// <summary>
 /// Is this a Service
 /// </summary>
 /// <returns>true if service</returns>
 public bool IsService()
 {
     if (_product != null)
     {
         return(_product.IsService());
     }
     return(false);
 }