Example #1
0
 public static int InsertYCWebService(YC_WEBSERVICE_DTO yc)
 {
     try
     {
         int kq = YeuCauWebserviceDAO.InsertYCWebService(yc);
         return(kq);
     }
     catch (Exception e)
     {
         throw e;
     }
 }