Activities of "samed.yuksel"

  • ABP Framework version: v7.1.1
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

When an entity is created from the suite and the save and generate button is pressed, the following code is generated. It appears that there may be a bug.

public async Task<MessageReadReceipt> CreateAsync(
%%method-create-parameters%%)
{
    %% validations - create %%

    var messageReadReceipt = new MessageReadReceipt(
     GuidGenerator.Create(),
     reservationId, userId, lastReadDate
     );

    return await _messageReadReceiptRepository.InsertAsync(messageReadReceipt);
}
Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 05:12