Facebook
From Mature Macaque, 1 Year ago, written in C#.
This paste is a reply to Re: Untitled from Gruff Pig - view diff
Embed
Download Paste or View Raw
Hits: 151
  1. public class UsersAuthenticateCommand : IRequest<IActionResult>
  2. {
  3.     [Required]
  4.     public string Username { get; set; }
  5.  
  6.     [Required]
  7.     public string Password { get; set; }
  8. }

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Mungo Water Vole csharp 1 Year ago.