-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
576af9d
commit 6f4db6c
Showing
82 changed files
with
778 additions
and
97 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
Week7/FootballManager/FootballManager.API/FootballManager.API.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
Week7/FootballManager/FootballManager.API/Mapping/FootballerProfile.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
using AutoMapper; | ||
using FootballManager.Entities; | ||
using FootballManager.Service.DTOs.Footballer; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Threading.Tasks; | ||
|
||
namespace FootballManager.API.Mapping | ||
{ | ||
public class FootballerProfile : Profile | ||
{ | ||
public FootballerProfile() | ||
{ | ||
CreateMap<Footballer, AddFootballerDTO>().ReverseMap(); | ||
CreateMap<Footballer, UpdateFootballerDTO>().ReverseMap(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+12.5 KB
...tballManager.API/bin/Debug/net5.0/AutoMapper.Extensions.Microsoft.DependencyInjection.dll
Binary file not shown.
Binary file added
BIN
+280 KB
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/AutoMapper.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2.5 KB
(130%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.API.dll
Binary file not shown.
Binary file modified
BIN
+760 Bytes
(100%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.API.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.Core.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.Core.pdb
Binary file not shown.
Binary file modified
BIN
+3.5 KB
(110%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.Data.dll
Binary file not shown.
Binary file modified
BIN
+864 Bytes
(100%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.Data.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.Entities.dll
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.Entities.pdb
Binary file not shown.
Binary file modified
BIN
+1.5 KB
(120%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.Service.dll
Binary file not shown.
Binary file modified
BIN
+572 Bytes
(100%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/FootballManager.Service.pdb
Binary file not shown.
Binary file modified
BIN
+1 KB
(110%)
Week7/FootballManager/FootballManager.API/bin/Debug/net5.0/ref/FootballManager.API.dll
Binary file not shown.
Binary file modified
BIN
+732 Bytes
(100%)
Week7/FootballManager/FootballManager.API/obj/Debug/net5.0/FootballManager.API.assets.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...r/FootballManager.API/obj/Debug/net5.0/FootballManager.API.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ec0c9f9616413a3e870e39be02cabdc6e28948e1 | ||
3fba9741251c0631b0ced8a9aa8468e0da6938c3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-90.4 KB
(13%)
...er/FootballManager.API/obj/Debug/net5.0/FootballManager.API.csprojAssemblyReference.cache
Binary file not shown.
Binary file modified
BIN
+2.5 KB
(130%)
Week7/FootballManager/FootballManager.API/obj/Debug/net5.0/FootballManager.API.dll
Binary file not shown.
Binary file modified
BIN
+760 Bytes
(100%)
Week7/FootballManager/FootballManager.API/obj/Debug/net5.0/FootballManager.API.pdb
Binary file not shown.
Binary file modified
BIN
+1 KB
(110%)
Week7/FootballManager/FootballManager.API/obj/Debug/net5.0/ref/FootballManager.API.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.