Ejemplo n.º 1
0
 public HttpResponseMessage ProjectType(string type)
 {
     return(JsonResponse.Response(this.collectionLogic.PerProjectType(Enumerations.GetEnumValueByDescription <ProjectType>(type)), Request));
 }