5 тестов доделать

This commit is contained in:
2025-04-24 04:22:23 +04:00
parent 7aee0da4ed
commit f35736a424
12 changed files with 1040 additions and 46 deletions

View File

@@ -12,5 +12,5 @@ public class PostBindingModel
public string? PostId => Id;
public string? PostName { get; set; }
public string? PostType { get; set; }
public double Salary { get; set; }
public double? Salary { get; set; }
}