Exemplo n.º 1
0
 public UserPublicInfo AddToPaint(Guid userId, Guid paintId)
 {
     return(_userDataService.AddUserToPaint(userId, paintId));
 }