Ejemplo n.º 1
0
 public async Task <IEnumerable <PersonRelation> > CreateRelationsUpdateStackPartial(string personId, string selectedId)
 {
     return(await _mgrFcc.CreateRelationsMesh(personId, selectedId));
 }