public MerchendiseController(BioterapeutContext context)
 {
     _context = context;
 }
예제 #2
0
 public LabelTranslationController(BioterapeutContext context)
 {
     _context = context;
 }
 public RelationController(BioterapeutContext context)
 {
     _context = context;
 }
 public UserController(BioterapeutContext context)
 {
     _context = context;
 }