Ejemplo n.º 1
0
 public static DataTable DEL_VESSEL_VIDEOS(int?ID, int UserId)
 {
     return(DAL_LMS_Training.DEL_VESSEL_VIDEOS(ID, UserId));
 }