RepositoryModel implemented
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace H_PLUS_Sports.Models
|
||||
namespace H_Plus_Sports.Models
|
||||
{
|
||||
public partial class Customer
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Metadata;
|
||||
|
||||
namespace H_PLUS_Sports.Models
|
||||
namespace H_Plus_Sports.Models
|
||||
{
|
||||
public partial class H_Plus_SportsContext : DbContext
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace H_PLUS_Sports.Models
|
||||
namespace H_Plus_Sports.Models
|
||||
{
|
||||
public partial class Order
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace H_PLUS_Sports.Models
|
||||
namespace H_Plus_Sports.Models
|
||||
{
|
||||
public partial class OrderItem
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace H_PLUS_Sports.Models
|
||||
namespace H_Plus_Sports.Models
|
||||
{
|
||||
public partial class Product
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace H_PLUS_Sports.Models
|
||||
namespace H_Plus_Sports.Models
|
||||
{
|
||||
public partial class Salesperson
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user