Example #1
0
 public static DataTable Check_Record_Exist_Dtails(int ID)
 {
     try
     {
         return(DAL_Infra_ShipSettings.Check_Record_Exist_Dtails_DL(ID));
     }
     catch
     {
         throw;
     }
 }