Пример #1
0
 public static InventioLayout SelectById(int id, ILayoutRepository Repository)
 {
     return(Repository.SelectById(id));
 }