Ejemplo n.º 1
0
 /// <summary>
 /// Out to excel the all data of ProductType
 /// </summary>
 /// <returns>Return DataTable Object</returns>
 public static DataTable OutToExcel_ProductType()
 {
     return(ProductTypeDAL.OutToExcel_ProductType());
 }