using CaritasPWA.Shared.Models; using System.Collections.Generic; namespace CaritasPWA.Shared.Services { public interface ILFBicycleRest { List GetColors(); List GetBicycleTypes(); List GetBrands(); } }