Skip to content

Commit c2c6fc6

Browse files
committed
1 parent 0f07d16 commit c2c6fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntityFramework.Reverse.POCO.Generator/Database.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ public OrderDetail()
12681268
{
12691269
UnitPrice = 0m;
12701270
Quantity = 1;
1271-
Discount = 0;
1271+
Discount = 0f;
12721272
}
12731273
}
12741274

0 commit comments

Comments
 (0)