Beispiel #1
0
 public int SaveFeedbackDeatails(FeddbackSchema objFeedback_Schema)
 {
     try
     {
         result = objFeedbackDAL.SaveFeedbackDeatails(objFeedback_Schema);
         return(result);
     }
     catch (Exception ex)
     {
         return(0);
     }
 }