Example #1
0
 public V_EmployeeSurveyApp GetRequireData(string requireKey)
 {
     using (EmployeeSurveyAppBll getBll = new EmployeeSurveyAppBll())
     {
         V_EmployeeSurveyApp data = getBll.GetRequireData(requireKey);
         return data!=null ? data : null;
     }
 }
Example #2
0
 public V_EmployeeSurveyApp GetRequireData(string requireKey)
 {
     using (EmployeeSurveyAppBll getBll = new EmployeeSurveyAppBll())
     {
         V_EmployeeSurveyApp data = getBll.GetRequireData(requireKey);
         return(data != null ? data : null);
     }
 }