Display update
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
using System;
|
||||
using Models.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Display.Views
|
||||
{
|
||||
class CashierView
|
||||
class CashierView : BaseView
|
||||
{
|
||||
public CashierView(User currentUser) : base(currentUser)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user