Ejemplo n.º 1
0
        public void SetLoyaltySettingsTest()
        {
            // TODO: add unit test for the method 'SetLoyaltySettings'
            int?            restaurantId = null; // TODO: replace null with proper value
            LoyaltySettings settings     = null; // TODO: replace null with proper value

            instance.SetLoyaltySettings(restaurantId, settings);
        }
Ejemplo n.º 2
0
 public void Init()
 {
     instance = new LoyaltySettings();
 }