예제 #1
0
 public MonnaieController(CryptinopContext context)
 {
     _context = context;
 }
예제 #2
0
 public UnitOfWork(CryptinopContext context)
 {
     _context = context;
 }
 public CategorieActiviteController(CryptinopContext context)
 {
     _context = context;
 }
 public TypeCategorieController(CryptinopContext context)
 {
     _context = context;
 }