Exemple #1
0
 public ICollection <Application> Get([FromQuery] GetObjectsByIdDTO request, string type)
 {
     return(_applicationsService.GetAllApplications(request, type, null));
 }