diff options
author | daniloyamauti <33129352+daniloyamauti@users.noreply.github.com> | 2018-10-31 08:50:50 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 08:50:50 -0300 |
commit | b0d213ca09f5453a1f957b202bc5b1cc20cc5cb9 (patch) | |
tree | 04e69d1219b1df3398ef60b6f6d6efabeb81b165 /pt-br/csharp-pt.html.markdown | |
parent | 4d9778c0988c324d0e520fd460026b39f9f73ccf (diff) |
[csharp/pt-br] Update csharp-pt.html.markdown
Translation of comments.
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 be14a1c8..e5c7eed0 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 |