예제 #1
0
 public TransactionRepository(OnlineWalletContext context)
 {
     Context = context;
 }
예제 #2
0
 public UserRepository(OnlineWalletContext context)
 {
     Context = context;
 }