diff options
author | Melih Mucuk <melihmucuk@gmail.com> | 2014-12-31 20:08:42 +0200 |
---|---|---|
committer | Melih Mucuk <melihmucuk@gmail.com> | 2014-12-31 20:08:42 +0200 |
commit | 634efbb8caaf02feba5f09edd450df1d684e6660 (patch) | |
tree | 0fe855681b7874b24563e8551d430d4ac2ccb829 | |
parent | 3f305ab2831b9e3a1ca9dce35ab42386989e9a61 (diff) |
csharp/tr
-rw-r--r-- | tr-tr/csharp-tr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tr-tr/csharp-tr.html.markdown b/tr-tr/csharp-tr.html.markdown index e5cd3730..c20f90ad 100644 --- a/tr-tr/csharp-tr.html.markdown +++ b/tr-tr/csharp-tr.html.markdown @@ -789,7 +789,7 @@ on a new line! ""Wow!"", the masses cried"; public DbSet<Bicycle> Bikes { get; set; } } -} // Namespace sonu +} // namespace sonu ``` ## İşlenmeyen Konular |