Ejemplo n.º 1
0
 public IHttpActionResult GetGenders()
 {
     return(Json(DropDownS.Genders()));
 }