예제 #1
0
 public static int Get_CrewEvaluation_FeedbackCount(int?UserID, int Dtl_Evaluation_ID, int Office_ID, int Vessel_ID)
 {
     try
     {
         return(DAL_Crew_Evaluation.Get_CrewEvaluation_FeedbackCount_DL(UserID, Dtl_Evaluation_ID, Office_ID, Vessel_ID));
     }
     catch
     {
         throw;
     }
 }