Skip to content

Instantly share code, notes, and snippets.

@Defcoq
Created June 6, 2021 13:07
Show Gist options
  • Save Defcoq/b3fd2b0eeba713255a927770f252ea24 to your computer and use it in GitHub Desktop.
Save Defcoq/b3fd2b0eeba713255a927770f252ea24 to your computer and use it in GitHub Desktop.
public class ProductListResponse
{
public bool Success { get; set; }
public string Message { get; set; }
public IList<ProductViewModel> Products { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment