Пример #1
0
 //Insert Update Delete operaeion on User Information Table
 #region [Action Performed For Login]
 public int UserAction_BL(EWA_Login objEWA)
 {
     try
     {
         DL_Login objDL = new DL_Login();
         int      flag  = objDL.UserAction_DL(objEWA);
         return(flag);
     }
     catch (Exception exp)
     {
         throw exp;
     }
 }