Skip to content

Commit d03ad0f

Browse files
committed
model for login user
1 parent 6ff4dbb commit d03ad0f

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 LoginResource
9+
{
10+
public string Email { get; set; }
11+
public string Password { get; set; }
12+
}
13+
}

0 commit comments

Comments
 (0)