Example #1
0
 public List <Window> GetList(Grid grid)
 {
     return(windowRepository.GetList(grid));
 }