File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- <% @ Application Codebehind= " Global.asax.cs" Inherits= " CustomPath40 .Global" Language= " C#" %>
1
+ <% @ Application Codebehind= " Global.asax.cs" Inherits= " CustomPath45 .Global" Language= " C#" %>
Original file line number Diff line number Diff line change 1
1
using System ;
2
+ using Funq ;
2
3
using ServiceStack ;
3
4
using StarterTemplates . Common ;
4
- using Funq ;
5
5
6
- namespace CustomPath40
6
+ namespace CustomPath45
7
7
{
8
8
/// <summary>
9
9
/// Create your ServiceStack web service application with a singleton AppHost.
Original file line number Diff line number Diff line change 1
- <% @ Application Codebehind= " Global.asax.cs" Inherits= " RootPath40 .Global" Language= " C#" %>
1
+ <% @ Application Codebehind= " Global.asax.cs" Inherits= " RootPath45 .Global" Language= " C#" %>
Original file line number Diff line number Diff line change 1
1
using System ;
2
+ using Funq ;
2
3
using ServiceStack ;
3
4
using StarterTemplates . Common ;
4
- using Funq ;
5
5
6
- namespace RootPath40
6
+ namespace RootPath45
7
7
{
8
8
/// <summary>
9
9
/// Create your ServiceStack web service application with a singleton AppHost.
You can’t perform that action at this time.
0 commit comments