Created
November 11, 2019 19:18
-
-
Save ahmetkucukoglu/0304c6f9cc8a9aac5efcf3e06f4d0f8e to your computer and use it in GitHub Desktop.
AWS Serverless Kuyruklama Sistemi Geliştirme - CommentsPostRequest.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 CommentsPostRequest | |
{ | |
public string Comment { get; set; } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment