C# Class Cares.WebApi.Areas.Api.Controllers.MainRequestController

Inheritance: ApiController
Show file Open project: innoist/GF-FRS

Public Methods

Method Description
MainRequestController ( IWebApiAvailableRentalService webApiAvailableRentalService ) : Cares.Interfaces.IServices

Constructor

Post ( BookingRequuest x ) : IEnumerable

Get Available Services with their price

Method Details

MainRequestController() public method

Constructor
public MainRequestController ( IWebApiAvailableRentalService webApiAvailableRentalService ) : Cares.Interfaces.IServices
webApiAvailableRentalService IWebApiAvailableRentalService
return Cares.Interfaces.IServices

Post() public method

Get Available Services with their price
public Post ( BookingRequuest x ) : IEnumerable
x Cares.WebApi.Models.BookingRequuest
return IEnumerable