Skip to content

Instantly share code, notes, and snippets.

@straubt1
Created August 21, 2015 12:38
Show Gist options
  • Save straubt1/e3376c19859705fd85e5 to your computer and use it in GitHub Desktop.
Save straubt1/e3376c19859705fd85e5 to your computer and use it in GitHub Desktop.
AOPinIoC_DataInstaller_GetAllItems
[ExceptionAspect]
[TimingAspect]
public List<ProjectItem> GetAllItems()
{
return _masterList;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment