Example #1
0
 public static DataSet Get_Project_Module_Tree(int UserID)
 {
     return(DAL_Infra_ShipSettings.Get_Project_Module_Tree_DL(UserID));
 }