Пример #1
0
 public static List <InventioLayout> SelectAll(ILayoutRepository Repository)
 {
     return(Repository.SelectAll());
 }