Update
This commit is contained in:
14
EstusShots.Server/Mapping/Profiles.cs
Normal file
14
EstusShots.Server/Mapping/Profiles.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using AutoMapper;
|
||||
using EstusShots.Server.Models;
|
||||
|
||||
namespace EstusShots.Server.Mapping
|
||||
{
|
||||
public class Profiles : Profile
|
||||
{
|
||||
public Profiles()
|
||||
{
|
||||
CreateMap<Season, Shared.Models.Season>();
|
||||
CreateMap<Shared.Models.Season, Season>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user