Пример #1
0
 public CompeticaoService(VolleyMVCContext context)
 {
     _context = context;
 }
 public PartidaService(VolleyMVCContext context)
 {
     _context = context;
 }
 public CategoriaService(VolleyMVCContext context)
 {
     _context = context;
 }
Пример #4
0
 public TimeService(VolleyMVCContext context)
 {
     _context = context;
 }