Exemplo n.º 1
0
        public async Task <IHttpActionResult> GetGeneralStatsByClient(int clientId, int?placeId)
        {
            //EmailService.SendEmail("*****@*****.**", "*****@*****.**", "Testing", "Testing");

            var userId = 3; //GetUserId();

            return(Ok(await _dashboardManager.GetGeneralStatsByClient(clientId, userId, placeId)));
        }