Esempio n. 1
0
 public bool AccountSetting(string signInId, string password, bool isEmailNotification, bool isSMSNotification)
 {
     try
     {
         _objCommonDal.AccountSetting(signInId, password, isEmailNotification, isSMSNotification);
         return(true);
     }
     catch
     {
         return(false);
     }
 }