Created
August 21, 2015 12:38
-
-
Save straubt1/e3376c19859705fd85e5 to your computer and use it in GitHub Desktop.
AOPinIoC_DataInstaller_GetAllItems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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