Exemplo n.º 1
0
 public static List <T> FindAll <T>(this XmlKey key, IFormFile file, Xml xml)
 {
     return(file == null?key.FindAll <T>() : file.FindAll <T>(xml));
 }