@@ -116,6 +116,7 @@ public class HomeController : BaseController
if (model is null)
{
var fastmenu = _mapper.Map<UserFastMenu>(dto);
+ fastmenu.UserId = userId;
await _userFastMenuRepository.AddAsync(fastmenu);
}
else