+ Leistung wird korrekt ausgewählt + Bargeldtransaktionen werden absteigend sortiert + In Entwicklung: Funktion, um durch externen Link ServiceRecords unterschreiben zu lassen
12 lines
244 B
C#
12 lines
244 B
C#
using System.Web.Mvc;
|
|
|
|
namespace BeWoPlanerMobil.Controllers
|
|
{
|
|
public class ExternalSignatureController : Controller
|
|
{
|
|
public ActionResult ExternalSignature(string token)
|
|
{
|
|
return View();
|
|
}
|
|
}
|
|
} |