Exemple #1
0
 public PurchaseController(SeekingAllahContext context)
 {
     _context = context;
 }
 public MemberController(SeekingAllahContext context)
 {
     _context = context;
 }