KarthikElumalai / ETokenSln

E-Token is an online queue management system which reduces waiting time on queue, by providing live update about queue status in electronic gadgets.
https://docs.google.com/document/d/17VGdqFPdmcJriHd8aXy-ymutrQ4LejnVDnfiH8N8hms/edit
10 stars 6 forks source link

Create a applicationFacade.cs #14

Open KarthikElumalai opened 5 years ago

KarthikElumalai commented 5 years ago

Create Methods to connect to the LoginAPIController

nilanjansen commented 5 years ago

Added Application Facade. We dont need login web api controller. That makes another connection to the textlocal api, which may result in slowness. The controller should call the methods in application facade.

KarthikElumalai commented 5 years ago

Hi Nilanjan,

I hope you have completed this task with good code.

if everything ok, can you please close this task.

Thanks Karthik