Beispiel #1
0
 public LikeRepository(ZSozlukContext zSozlukContext) : base(zSozlukContext)
 {
 }
 public KonuRepository(ZSozlukContext zSozlukContext) : base(zSozlukContext)
 {
 }
Beispiel #3
0
 public IcerikRepository(ZSozlukContext zSozlukContext) : base(zSozlukContext)
 {
 }
Beispiel #4
0
 public UnitOfWork(ZSozlukContext context)
 {
     this._context = context;
 }