Example #1
0
 public ProductType Find(int type)
 {
     return(_context.Find <ProductType>(type));
 }