Esempio n. 1
0
 public static void CreateMaterialDetail(string keyId,
                                         string variableId,
                                         string name,
                                         string type,
                                         string unit,
                                         string materialErpCode,
                                         string tagTableName,
                                         string formula,
                                         string coefficient)
 {
     MaterialService.CreateMaterialDetail(keyId, variableId, name, type, unit, materialErpCode, tagTableName, formula, coefficient);
 }