How do I insert money type from the view using numero with comma?

0

I need to enter values for the view that are values with a comma

Inside my Model I have the property

public decimal Preco { get; set; }

But when I try to insert the view, I get the following error:

Heisonlysavingvalueswithoutacomma,andshowsthefinalvaluewith"00".

How do I work with this type of data? Thanks!

    
asked by anonymous 20.02.2018 / 01:59

0 answers