Vlad Kiselev
Vlad Kiselev

If several fees with different dates were defined these dates have to be used for accommodation prices vairation. In other words, if project fee raises from 01.11, we need to...
It is not possible to edit single fee at the moment. This leads to mistaken values sometimes.
As a master I want to change fields of several claims / characters at once. It could be useful if a field was added later than that claims were submitted,...
What for: if we have similar fields for different groups with different settings (i.e. price or small differences in list items)
It used somewhere in code but never updated. We can do one of these things: * remove it * start to use it according to its purpose
Let's imagine the following entity: ```csharp public class Entity { public int Id { get; set; } public int Prop { get; set; } } ``` and the following mapping...