|
@@ -1266,7 +1266,6 @@ namespace OASystem.Domain.ViewModels.Financial
|
|
|
{
|
|
|
_yoy = (currPeriodFee - samePeriodFee) / samePeriodFee;
|
|
|
}
|
|
|
-
|
|
|
this.Yoy = decimal.Parse(_yoy.ToString("0.##"));
|
|
|
this.CurrPeriodGroupTotal = currPeriodGroupTotal;
|
|
|
this.SamePeriodGroupTotal = samePeriodGroupTotal;
|
|
@@ -1274,7 +1273,6 @@ namespace OASystem.Domain.ViewModels.Financial
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
public class StatisticsOPCityYOY
|
|
|
{
|
|
|
public string CityName { get; set; }
|