diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-10-31 18:35:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 18:35:34 +0530 |
commit | cc59e486a4e11be6302e24e8c4b88f5e8958ff68 (patch) | |
tree | 4e595e218be2a0fae5418ad3753c556cfed52520 /pt-br/csharp-pt.html.markdown | |
parent | 17062520dd32d798b8c90a009a85cece2fdc76c0 (diff) | |
parent | b0d213ca09f5453a1f957b202bc5b1cc20cc5cb9 (diff) |
Merge pull request #3370 from daniloyamauti/patch-9
[csharp/pt-br] Update csharp-pt.html.markdown
Diffstat (limited to 'pt-br/csharp-pt.html.markdown')
-rw-r--r-- | pt-br/csharp-pt.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pt-br/csharp-pt.html.markdown b/pt-br/csharp-pt.html.markdown index 56770f89..67bfdfdd 100644 --- a/pt-br/csharp-pt.html.markdown +++ b/pt-br/csharp-pt.html.markdown @@ -854,8 +854,8 @@ on a new line! ""Wow!"", the masses cried"; } /// <summary> - /// Used to connect to DB for LinqToSql example. - /// EntityFramework Code First is awesome (similar to Ruby's ActiveRecord, but bidirectional) + /// Exemplo de como conectar-se ao DB via LinqToSql. + /// EntityFramework First Code é impressionante (semelhante ao ActiveRecord de Ruby, mas bidirecional) /// http://msdn.microsoft.com/en-us/data/jj193542.aspx /// </summary> public class BikeRepository : DbContext |