Skip to content

Instantly share code, notes, and snippets.

@tuannguyenssu
Created August 15, 2019 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuannguyenssu/67c1eee06e0e644a0e550c05a60916bf to your computer and use it in GitHub Desktop.
Save tuannguyenssu/67c1eee06e0e644a0e550c05a60916bf to your computer and use it in GitHub Desktop.
using System.Collections.Generic;
namespace CQRSTest.Application.Customers.Queries.GetCustomerDetail
{
public class CustomerDetailViewModel
{
public string Name {get; set;}
public string Address {get; set;}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment