Exemplo n.º 1
0
 public static DataTable GetType(int projId, string typeName)
 {
     return(FlatTypeDL.GetType(projId, typeName));
 }