예제 #1
0
 public UserAddressRepository(INeighborstashContext neighborstashContext) : base(neighborstashContext)
 {
 }
예제 #2
0
 public BaseRepository(INeighborstashContext nsContext)
 {
     _nsContext = nsContext;
 }