Esempio n. 1
0
 public Schema GetSchema(string id)
 {
     return(_schemaRepository.GetById(id));
 }