Skip to content

Instantly share code, notes, and snippets.

@ahmetkucukoglu
Last active November 13, 2019 20:16
Show Gist options
  • Save ahmetkucukoglu/99e58024e2f699cf6c1a25779df83463 to your computer and use it in GitHub Desktop.
Save ahmetkucukoglu/99e58024e2f699cf6c1a25779df83463 to your computer and use it in GitHub Desktop.
AWS Serverless Kuyruklama Sistemi Geliştirme - CommentsQueueRequest.cs
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