コード例 #1
0
 public ResponseRepository(ResponseContext context)
 {
     Context = context;
 }
コード例 #2
0
 public ResponseRepository()
 {
     Context = new ResponseContext();
 }