Exemplo n.º 1
0
 public bool HasCollection(IEnumerable <Type> serviceList)
 {
     return(ServiceTypes.Where(x => serviceList.Contains(x)).Count() == serviceList.Count());
 }