예제 #1
0
 public CategoryController(AMContext context)
 {
     _context = context;
 }
예제 #2
0
 public HomeController(AMContext context)
 {
     _context = context;
 }
예제 #3
0
 public LocationController(AMContext context)
 {
     _context = context;
 }
예제 #4
0
 public APIController(AMContext context)
 {
     _context = context;
 }
예제 #5
0
 public TransactionController(AMContext context)
 {
     _context = context;
 }
예제 #6
0
 public AssetController(AMContext context)
 {
     _context = context;
 }