Beispiel #1
0
 public DeliveryTypesController(PrintoContextDB context) : base(context)
 {
 }
 public StatisticsController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #3
0
 public PrintColorsController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #4
0
 public HomeController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #5
0
 public ProductsController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #6
0
 public ToDoesController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #7
0
 public PaymentTypesController(PrintoContextDB context) : base(context)
 {
 }
 public PaperWeightsController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #9
0
 public OrdersController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #10
0
 public UserPolicy(PrintoContextDB _context, HttpContext _session, RouteData _routeData)
 {
     context    = _context;
     userId     = Convert.ToInt32(_session.Session.GetString("UserID"));
     userTypeId = Convert.ToInt32(_session.Session.GetString("UserTypeID"));
 }
Beispiel #11
0
 public VatRatesController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #12
0
 public ClientsController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #13
0
 public PostPressesController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #14
0
 public FinishingsController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #15
0
 public LoginController(PrintoContextDB context)
 {
     _context = context;
 }
Beispiel #16
0
 public SheetSizesController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #17
0
 public UserTypesController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #18
0
 public MachinesController(PrintoContextDB context) : base(context)
 {
 }
Beispiel #19
0
 public AbstractPolicyController(PrintoContextDB context)
 {
     _context = context;
 }
Beispiel #20
0
 public FormatsController(PrintoContextDB context) : base(context)
 {
 }