コード例 #1
0
 private void InvalidEmployeeId(INotificationHandler notification)
 {
     notification.Raise(notification
                        .DefaultBuilder
                        .WithMessage(AppConsts.LocalizationSourceName, EntityError.InvalidEmployeeId)
                        .Build());
 }