예제 #1
0
 public IEnumerable <string> GetAppsForWindowsUser(string userName)
 => from app in GetAppsLocations(userName) where _disk.CheckIfDirectoryExists(app.Path) select app.Name;