Beispiel #1
0
 // POST: Clients/Edit/5
 public async Task <int> Edit(int id, Client client)
 {
     return(await _repository.Edit(id, client));
 }