Exemplo n.º 1
0
 public static int INSERT_Category(string Category_Name, int Created_By)
 {
     try
     {
         return(DAL_Crew_Interview.INSERT_Category_DL(Category_Name, Created_By));
     }
     catch
     {
         throw;
     }
 }