Skip to content

Instantly share code, notes, and snippets.

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