Example #1
0
 /// <summary>
 /// Gets all the names of the colors in the database
 /// </summary>
 /// <returns></returns>
 public IEnumerable <string> Get()
 {
     return(_service.GetAllColornames());
 }