Exemplo n.º 1
0
 public UserRepository(XContext xContext) : base(xContext)
 {
     _xContext = xContext;
 }
Exemplo n.º 2
0
 public PhoneRepository(XContext xContext) : base(xContext)
 {
     _xContext = xContext;
 }
Exemplo n.º 3
0
 public CategoryRepository(XContext xContext) : base(xContext)
 {
     _xContext = xContext;
 }
Exemplo n.º 4
0
 public Repository(XContext xContext)//constractor
 {
     _xContext = xContext;
 }