Exemplo n.º 1
0
 public DataTable User_prev_comp_status(string CA_NO)
 {
     try
     {
         User_Complain_reg reg = new User_Complain_reg();
         DataTable dt = reg.User_prev_comp_status(CA_NO);
         return dt;
     }
     catch (OleDbException e)
     {
         throw e;
     }
 }
Exemplo n.º 2
0
        public void User_Web_comp_reg(user_complain_reg user_complain, string[] detail)
        {
            try
            {

                User_Complain_reg reg = new User_Complain_reg();
                reg.User_Web_comp_reg(user_complain, detail);

            }
            catch (OleDbException e)
            {
                throw e;
            }
        }
Exemplo n.º 3
0
 public DataTable Get_complaint_NO(string CA_NO)
 {
     try
     {
         User_Complain_reg reg = new User_Complain_reg();
         DataTable dt = reg.Get_complaint_NO(CA_NO);
         return dt;
     }
     catch (OleDbException e)
     {
         throw e;
     }
 }