Beispiel #1
0
 public UserRepository(XContext xContext) : base(xContext)
 {
     _xContext = xContext;
 }
Beispiel #2
0
 public PhoneRepository(XContext xContext) : base(xContext)
 {
     _xContext = xContext;
 }
Beispiel #3
0
 public CategoryRepository(XContext xContext) : base(xContext)
 {
     _xContext = xContext;
 }
Beispiel #4
0
 public Repository(XContext xContext)//constractor
 {
     _xContext = xContext;
 }