Created
November 12, 2019 18:44
-
-
Save ahmetkucukoglu/21c524b3638a145d19fd130c88f18844 to your computer and use it in GitHub Desktop.
AWS Serverless Kuyruklama Sistemi Geliştirme - CommentsQueueRequest.cs
This file contains hidden or 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
namespace AwsDotnetCsharp.Models | |
{ | |
public class CommentsQueueRequest | |
{ | |
public string Id { get; set; } | |
public string Comment { get; set; } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment