예제 #1
0
 public DeliveryTypesController(PrintoContextDB context) : base(context)
 {
 }
예제 #2
0
 public StatisticsController(PrintoContextDB context) : base(context)
 {
 }
예제 #3
0
 public PrintColorsController(PrintoContextDB context) : base(context)
 {
 }
예제 #4
0
 public HomeController(PrintoContextDB context) : base(context)
 {
 }
예제 #5
0
 public ProductsController(PrintoContextDB context) : base(context)
 {
 }
예제 #6
0
 public ToDoesController(PrintoContextDB context) : base(context)
 {
 }
예제 #7
0
 public PaymentTypesController(PrintoContextDB context) : base(context)
 {
 }
예제 #8
0
 public PaperWeightsController(PrintoContextDB context) : base(context)
 {
 }
예제 #9
0
 public OrdersController(PrintoContextDB context) : base(context)
 {
 }
예제 #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"));
 }
예제 #11
0
 public VatRatesController(PrintoContextDB context) : base(context)
 {
 }
예제 #12
0
 public ClientsController(PrintoContextDB context) : base(context)
 {
 }
예제 #13
0
 public PostPressesController(PrintoContextDB context) : base(context)
 {
 }
예제 #14
0
 public FinishingsController(PrintoContextDB context) : base(context)
 {
 }
예제 #15
0
 public LoginController(PrintoContextDB context)
 {
     _context = context;
 }
예제 #16
0
 public SheetSizesController(PrintoContextDB context) : base(context)
 {
 }
예제 #17
0
 public UserTypesController(PrintoContextDB context) : base(context)
 {
 }
예제 #18
0
 public MachinesController(PrintoContextDB context) : base(context)
 {
 }
예제 #19
0
 public AbstractPolicyController(PrintoContextDB context)
 {
     _context = context;
 }
예제 #20
0
 public FormatsController(PrintoContextDB context) : base(context)
 {
 }