コード例 #1
0
ファイル: HomeViewModel.cs プロジェクト: murilomathaus/CRUD
 private void DeleteClient(Client client)
 {
     _dbContext.Delete(client);
 }