Пример #1
0
        public void Should_UpdateNotificationOperationCode()
        {
            NotificationOperationCode notificationOperationCode = new NotificationOperationCode(OpCode, arName, enName, panelAr, panelEn, emailAr, emailEn, smsAr, smsEn, catId, roleId);

            notificationOperationCode.UpdateNotificationOperationCode(OpCode, arName, enName, panelAr, panelEn, emailAr, emailEn, smsAr, smsEn, catId, roleId);
            notificationOperationCode.ShouldNotBeNull();
        }
Пример #2
0
        public void Should_Construct_NotificationOperationCode()
        {
            NotificationOperationCode notificationOperationCode = new NotificationOperationCode(OpCode, arName, enName, panelAr, panelEn, emailAr, emailEn, smsAr, smsEn, catId, roleId);

            _ = new NotificationOperationCode();
            _ = notificationOperationCode.NotificationOperationCodeId;
            _ = notificationOperationCode.UserRole;
            _ = notificationOperationCode.EmailSubjectTemplateAr;
            _ = notificationOperationCode.EmailSubjectTemplateEn;
            _ = notificationOperationCode.NotificationCategory;

            notificationOperationCode.ShouldNotBeNull();
        }