Updating
This commit is contained in:
14
teams/Profiles/TeamProfile.cs
Normal file
14
teams/Profiles/TeamProfile.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using AutoMapper;
|
||||
|
||||
namespace Teams.Profiles
|
||||
{
|
||||
public class TeamProfile : Profile
|
||||
{
|
||||
public TeamProfile()
|
||||
{
|
||||
CreateMap<Entities.Team, Models.TeamDto>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user