Exemplo n.º 1
0
 public List <Collection> FindList([FromBody] User user)
 {
     return(collectionServices.FindCollections(user));
 }