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