Exemplo n.º 1
0
 public bool ExistsApplication(string fileName)
 {
     return(ApplicationModels.Any(x => x.FileName == fileName));
 }