Skip to content

Instantly share code, notes, and snippets.

@tuannguyenssu
Created August 15, 2019 15:30
Embed
What would you like to do?
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