Ejemplo n.º 1
0
 /// <summary>
 /// Judge the ProductTypeId whether has operation before delete by Id
 /// </summary>
 /// <param name="Id">Id</param>
 /// <returns>Return the counts of the ProductType by Id</returns>
 public static int ProductTypeIdWhetherHasOperation(int Id)
 {
     return(ProductTypeDAL.ProductTypeIdWhetherHasOperation(Id));
 }