From d9728c5998ff962cd5d4efa4f6291b700c2a5dfc Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 2 Apr 2015 23:40:03 +0200 Subject: [PATCH] code cleanning --- web/ApiControllers/FrontOfficeApiController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/ApiControllers/FrontOfficeApiController.cs b/web/ApiControllers/FrontOfficeApiController.cs index b74b9f48..cd5561cb 100644 --- a/web/ApiControllers/FrontOfficeApiController.cs +++ b/web/ApiControllers/FrontOfficeApiController.cs @@ -81,8 +81,6 @@ namespace Yavsc.ApiControllers return est; } - - /// /// Gets the estim tex. /// @@ -180,7 +178,7 @@ namespace Yavsc.ApiControllers new TexToPdfFormatter ()) }; } - + /// /// Register the specified model. ///