Пример #1
0
 public static int INS_CrewEvaluationFeedback(int?ID, int Crew_ID, string Remarks, int Created_By, string Evaluation_ID, string Month, string Schedule_ID, int?Dtl_Evaluation_ID, int?Vessel_ID, int?Office_ID, int FeedbackCategory_ID)
 {
     try
     {
         return(DAL_Crew_Evaluation.INS_CrewEvaluationFeedback_DL(ID, Crew_ID, Remarks, Created_By, Evaluation_ID, Month, Schedule_ID, Dtl_Evaluation_ID, Vessel_ID, Office_ID, FeedbackCategory_ID));
     }
     catch
     {
         throw;
     }
 }