Пример #1
0
 public IEnumerable <CreateMaleta> Get(int id)
 {
     return(CreateMaletaRepository.GetMaleta(id));
 }