Added Customer, Contact and Address with Service
Labeled all service to enable assembly scanning
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace LiteCharms.Features.MidrandBooks.Customers.Entities;
|
||||
|
||||
[EntityTypeConfiguration<AddressConfiguration, Address>]
|
||||
public class Address : Models.Address
|
||||
{
|
||||
public virtual Customer? Customer { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user