Esempio n. 1
0
 private bool AddType(string typeName, int parentID)
 {
     return(controller.AddProductType(typeName, parentID));
 }