Example #1
0
 public async Task UpdateAsync(int id, ContactModel contact)
 {
     await _contactCommand.UpdateAsync(id, contact.ToEntity());
 }