Readded CardType with correct casing and fixed .csproj.
This commit is contained in:
		
							parent
							
								
									b0fa87934e
								
							
						
					
					
						commit
						17bc31a9d5
					
				
							
								
								
									
										8
									
								
								src/eShopOnContainers.Core/Models/Orders/CardType.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/eShopOnContainers.Core/Models/Orders/CardType.cs
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,8 @@
 | 
			
		||||
namespace eShopOnContainers.Core.Models.Orders
 | 
			
		||||
{
 | 
			
		||||
    public class CardType
 | 
			
		||||
    {
 | 
			
		||||
        public int Id { get; set; }
 | 
			
		||||
        public string Name { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -18,4 +18,7 @@
 | 
			
		||||
    <PackageReference Include="IdentityModel" Version="3.0.0" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <None Remove="Models\Orders\CardType.CS" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
</Project>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user