Skip to content

Instantly share code, notes, and snippets.

@ahmetkucukoglu
Created November 11, 2019 19:18
Show Gist options
  • Save ahmetkucukoglu/0304c6f9cc8a9aac5efcf3e06f4d0f8e to your computer and use it in GitHub Desktop.
Save ahmetkucukoglu/0304c6f9cc8a9aac5efcf3e06f4d0f8e to your computer and use it in GitHub Desktop.
AWS Serverless Kuyruklama Sistemi Geliştirme - CommentsPostRequest.cs
namespace AwsDotnetCsharp.Models
{
public class CommentsPostRequest
{
public string Comment { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment