Exemplo n.º 1
0
 public static int DELETE_Criteria(int ID, int Deleted_By)
 {
     try
     {
         return(DAL_Crew_Interview.DELETE_Criteria_DL(ID, Deleted_By));
     }
     catch
     {
         throw;
     }
 }