Ejemplo n.º 1
0
 public RelationshipDto Create(RelationshipDto relationshipDto, string userName)
 {
     return(ExecuteCommand(() => Service.Create(relationshipDto, userName)));
 }