1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 09:14:39 +02:00

csharp/tr

This commit is contained in:
Melih Mucuk
2014-12-31 20:08:42 +02:00
parent 3f305ab283
commit 634efbb8ca

View File

@@ -789,7 +789,7 @@ on a new line! ""Wow!"", the masses cried";
public DbSet<Bicycle> Bikes { get; set; }
}
} // Namespace sonu
} // namespace sonu
```
## İşlenmeyen Konular