Skip to content

Instantly share code, notes, and snippets.

@CoskunKurtuldu
Created August 31, 2020 14:00
Show Gist options
  • Save CoskunKurtuldu/fbe13147895cdbf3143631481e8e8da5 to your computer and use it in GitHub Desktop.
Save CoskunKurtuldu/fbe13147895cdbf3143631481e8e8da5 to your computer and use it in GitHub Desktop.
namespace MyMusic.Api.Resources
{
public class UserLoginDTO
{
public string Email { get; set; }
public string Password { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment