Example #1
0
 public IList <bool> Execute(ISecurity security, IList <bool> source)
 {
     return(security.Decompress(source, Method));
 }