Example #1
0
 public static DataTable Dash_Get_InvItems_BelowTreshold(int UserID)
 {
     return(DAL_Dashboard.Dash_Get_InvItems_BelowTreshold_DL(UserID));
 }