Example #1
0
 public List <Data.Model.Communication> Get([FromQuery] CommunicationsSearchRequest req)
 {
     return(_service.Get(req));
 }