Example #1
0
 public static List <SpecOption> getSpecOptions(int GSETypeId, string SpecId)
 {
     return(SpecLayer.GetSpecOptions(GSETypeId, SpecId));
 }
Example #2
0
 public static List <Spec> getSpecs(int GSETypeId)
 {
     return(SpecLayer.GetSpecs(GSETypeId));
 }