Namespace correction (#9123)
parent
8b6104beeb
commit
9546de199e
|
@ -6,7 +6,7 @@ using ContosoUniversity.Models;
|
|||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace ContosoUniversity.Data
|
||||
namespace ContosoUniversity.Models
|
||||
{
|
||||
public static class DbInitializer
|
||||
{
|
||||
|
@ -334,4 +334,4 @@ namespace ContosoUniversity.Data
|
|||
}
|
||||
}
|
||||
#endregion
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue