Exemplo n.º 1
0
 public async Task Update(Dictionary <string, string> old, Dictionary <string, string> @new)
 {
     await _sc.PhoneNumbers2Async(Guid.Parse(old["Id"]), new PhoneNumberIndirection {
         PhoneNumber = @new["PhoneNumber"]
     });
 }