Skip to content

Instantly share code, notes, and snippets.

@Defcoq
Created June 6, 2021 15:38
Show Gist options
  • Save Defcoq/fca2a44b0d1f7c7a605ab45471795d9e to your computer and use it in GitHub Desktop.
Save Defcoq/fca2a44b0d1f7c7a605ab45471795d9e to your computer and use it in GitHub Desktop.
public interface IProductListView
{
void Display(IList<Service.ProductViewModel> Products);
Model.CustomerType CustomerType { get; }
string ErrorMessage { set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment