private async void button3_Click(object sender, EventArgs e) { //For read function using methot >Find(Guid id) Country finded = await repo.Find(Guid.Parse("12208d50-1043-45dc-8cd6-983d12f5b272")); Console.WriteLine(finded.Name); }
private async void button3_Click(object sender, EventArgs e) { //For read function using methot >Find(Guid id) Country finded = await repo.Find(Guid.Parse("d601fa4b-fb16-4f86-b4e0-395c5695a5f5")); }