This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mohsen
/
sevomin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
changes
confirmation-email
J
11 years ago
parent
7407dc85e4
commit
7f4878066e
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Sevomin.Models/DovominViewModel.cs
+1
-0
Sevomin.Models/JobViewModel.cs
+ 1
- 0
Sevomin.Models/DovominViewModel.cs
View File
@ -76,6 +76,7 @@ namespace Sevomin.Models
{
{
Parameters
.
Add
(
new
DovominParameterViewModel
(
jp
)
)
;
Parameters
.
Add
(
new
DovominParameterViewModel
(
jp
)
)
;
}
}
Parameters
=
Parameters
.
OrderBy
(
x
=
>
x
.
GroupName
)
.
ToList
(
)
;
}
}
}
}
}
}
+ 1
- 0
Sevomin.Models/JobViewModel.cs
View File
@ -85,6 +85,7 @@ namespace Sevomin.Models
{
{
Parameters
.
Add
(
new
JobParameterViewModel
(
jp
)
)
;
Parameters
.
Add
(
new
JobParameterViewModel
(
jp
)
)
;
}
}
Parameters
=
Parameters
.
OrderBy
(
x
=
>
x
.
GroupName
)
.
ToList
(
)
;
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save