Exemplo n.º 1
0
 public void UpdatePinNo(string mphone, string fourDigitRandomNo)
 {
     try
     {
         _repository.UpdatePinNo(mphone, fourDigitRandomNo);
     }
     catch (Exception)
     {
         throw;
     }
 }