[csharp/pt-br] Update csharp-pt.html.markdown

Translation of comments.
This commit is contained in:
daniloyamauti 2018-10-31 08:50:50 -03:00 committed by GitHub
parent 4d9778c098
commit b0d213ca09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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