Beispiel #1
0
 public ProductServices(ZibalPay_Db_Context context)
 {
     _context = context;
 }
Beispiel #2
0
 public AuthServices(ZibalPay_Db_Context context)
 {
     _context = context;
 }
Beispiel #3
0
 public PermissionService(ZibalPay_Db_Context context)
 {
     _context = context;
 }
Beispiel #4
0
 public CustomerServices(ZibalPay_Db_Context context)
 {
     _context = context;
 }
Beispiel #5
0
 public UserServices(ZibalPay_Db_Context context)
 {
     _context = context;
 }