Skip to content

Commit

Permalink
is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdurahmon0412 committed Aug 23, 2023
1 parent 3cd561a commit 3c3fead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions N29_HT2/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// See https://aka.ms/new-console-template for more information
using N29_HT2;

Console.WriteLine("Hello, World!");
Console.WriteLine("Dastur uz ishini boshladi!");
//Employee - xodim
//Hire - ishga oilsh, xodim sifatida ro'yxatdan o'tkazish

Expand All @@ -24,3 +23,4 @@
var employeeService = new EmployeeService();
var result = employeeService.HireAsync(employee1);
await Task.WhenAll(result);
Console.WriteLine("Hello, World!");

0 comments on commit 3c3fead

Please sign in to comment.