0x00000FF/PEngine

View on GitHub
Sources/PEngine.Web/Models/Entities/GuestbookComment.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
 
namespace PEngine.Web.Models.Entities
Severity: Major
Found in Sources/PEngine.Web/Models/Entities/GuestbookComment.cs and 1 other location - About 2 hrs to fix
Sources/PEngine.Web/Models/Entities/Comment.cs on lines 1..39
Category
Status