summaryrefslogtreecommitdiffhomepage
path: root/pt-br
diff options
context:
space:
mode:
authordaniloyamauti <33129352+daniloyamauti@users.noreply.github.com>2018-10-31 08:50:50 -0300
committerGitHub <noreply@github.com>2018-10-31 08:50:50 -0300
commitb0d213ca09f5453a1f957b202bc5b1cc20cc5cb9 (patch)
tree04e69d1219b1df3398ef60b6f6d6efabeb81b165 /pt-br
parent4d9778c0988c324d0e520fd460026b39f9f73ccf (diff)
[csharp/pt-br] Update csharp-pt.html.markdown
Translation of comments.
Diffstat (limited to 'pt-br')
-rw-r--r--pt-br/csharp-pt.html.markdown4
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