Exemplo n.º 1
0
 public ClickToCallPreferenceRepository(TurkcellFacebookDunyasiDb context) : base(context)
 {
 }
Exemplo n.º 2
0
 public TransferAmountRepository(TurkcellFacebookDunyasiDb context) : base(context)
 {
 }
Exemplo n.º 3
0
 public FaqRepository(TurkcellFacebookDunyasiDb context) : base(context)
 {
 }
Exemplo n.º 4
0
 public UserSentTLRepository(TurkcellFacebookDunyasiDb context) : base(context)
 {
 }
Exemplo n.º 5
0
 public WebServiceRepository(TurkcellFacebookDunyasiDb context) : base(context)
 {
 }
Exemplo n.º 6
0
 public AdminAuthRepository(TurkcellFacebookDunyasiDb context) : base(context)
 {
 }
Exemplo n.º 7
0
 public UserInviteRepository(TurkcellFacebookDunyasiDb context) : base(context)
 {
 }
Exemplo n.º 8
0
 public Repository(TurkcellFacebookDunyasiDb context)
 {
     _context = context;
 }
Exemplo n.º 9
0
 public ClickToCallUserBlockRepository(TurkcellFacebookDunyasiDb context) : base(context)
 {
 }
Exemplo n.º 10
0
 public TransactionLogRepository(TurkcellFacebookDunyasiDb context) : base(context)
 {
 }