Example #1
0
 public DataRow ApprovalNotification(int appointmentId, int type)
 {
     return(_objCommonDal.ApprovalNotification(appointmentId, type));
 }