Lots of additions and changes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using AutoMapper;
|
||||
using TOOHUCardAPI.Data.Models;
|
||||
using TOOHUCardAPI.DTO;
|
||||
using TOOHUCardAPI.DTO.PlayerData;
|
||||
|
||||
namespace TOOHUCardAPI.Data
|
||||
{
|
||||
@@ -9,6 +10,8 @@ namespace TOOHUCardAPI.Data
|
||||
public AutomapProfile()
|
||||
{
|
||||
CreateMap<User, PlayerDataGetResponseObjectPlayer>();
|
||||
CreateMap<User, PlayerBaseDataResponse>();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user