示例#1
0
 public static int DELETE_Category(int ID, int Deleted_By)
 {
     try
     {
         return(DAL_Crew_Interview.DELETE_Category_DL(ID, Deleted_By));
     }
     catch
     {
         throw;
     }
 }