예제 #1
0
 public bool IsModuleExist(string number, ProductType getTypeProduct)
 {
     return(_blService.IsModuleExist(number, getTypeProduct));
 }