Nel nostro codice base, vedo un sacco di codice come questo
var error = ValidatePhoneNumber(userId, phoneNumber);
//if validation fails, return error
if(!string.IsNullOrEmpty(error))
{
return error;
}
Se stavo scrivendo questo, avrei a...
posta
04.05.2017 - 00:05