vault backup: 2024-11-21 12:12:45

This commit is contained in:
2024-11-21 12:12:45 +03:30
parent aca5f79103
commit 11c541fe65
206 changed files with 111329 additions and 12 deletions
+1
View File
@@ -44,6 +44,7 @@ public class Product {
public int Id { get; set; }
// Auto-implemented property
public decimal Price { get; set; }
}
```
- **Auto-implemented properties** (`Price`): Define a property without explicit backing fields, useful when no custom logic is needed.