Ejemplo n.º 1
0
 public bool HasProductTypeFlag(string productType)
 {
     return(ProductTypes.IsOfType(ProductType, productType));
 }