-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of http://git.newlifex.com/NewLife/NewLife.Cube …
…into NewLifeX-master
- Loading branch information
Showing
22 changed files
with
139 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,14 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.ComponentModel; | ||
using System.Linq; | ||
using System.Threading.Tasks; | ||
using NewLife.Cube; | ||
|
||
namespace WebTest.Areas.School | ||
{ | ||
[DisplayName("教务系统")] | ||
public class SchoolArea : AreaBaseX | ||
public class SchoolArea : AreaBase | ||
{ | ||
public static string AreaName => nameof(SchoolArea).TrimEnd("Area"); | ||
public SchoolArea() : base(AreaName) | ||
{ | ||
} | ||
public SchoolArea() : base(nameof(SchoolArea).TrimEnd("Area")) { } | ||
|
||
static SchoolArea() | ||
{ | ||
RegisterArea<SchoolArea>(); | ||
} | ||
static SchoolArea() => RegisterArea<SchoolArea>(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.