Exemple #1
0
 // GET: api/Lookup
 public IQueryable <ElectronicColorRing> Get()
 {
     return(_lookupService.GetAllColorRingTypes());
 }