Initial commit AB#12
This commit is contained in:
14
venues/Profiles/VenueProfile.cs
Normal file
14
venues/Profiles/VenueProfile.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using AutoMapper;
|
||||
|
||||
namespace Venues.Profiles
|
||||
{
|
||||
public class VenueProfile : Profile
|
||||
{
|
||||
public VenueProfile()
|
||||
{
|
||||
CreateMap<Entities.Venue, Models.VenueDto>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user