Files
yavsc/web/Controllers/BackOfficeController.cs
Paul Schneider b5d19c5da6 refactoring
2014-10-08 10:47:40 +02:00

22 lines
304 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Yavsc.Admin;
namespace Yavsc.Controllers
{
public class BackOfficeController : Controller
{
public ActionResult Estimate()
{
}
public ActionResult Index ()
{
}
}
}