Exemplo n.º 1
0
        public void Should_Construct_SupplierUserProfile()
        {
            SupplierUserProfile spplierUserProfile = new SupplierUserProfile(selectedCr, userProfileId);

            _ = new SupplierUserProfile();
            _ = spplierUserProfile.Supplier;
            _ = spplierUserProfile.UserProfile;
            spplierUserProfile.ShouldNotBeNull();
        }
Exemplo n.º 2
0
        public SupplierUserProfile GetSupplierUserProfileData()
        {
            SupplierUserProfile supplier = new SupplierUserProfile(_Cr, 1);

            return(supplier);
        }