コード例 #1
0
 public override void Reset()
 {
     Collection.Clear();
     Collection.AddRange(
         PlanoContaReferencialRepository.GetList().Take(Settings.Default.TakePesquisa));
 }