Skip to content

Commit 63c159c

Browse files
committed
Automapper user profile
1 parent 1a75ee0 commit 63c159c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Threading.Tasks;
5+
6+
namespace Supermarket.Resources
7+
{
8+
public class UserProfileResource
9+
{
10+
public string FullName { get; set; }
11+
public string Email { get; set; }
12+
}
13+
}

0 commit comments

Comments
 (0)