コード例 #1
0
 public HouseModel(IPotterContext potterContext)
 {
     _potterContext = potterContext;
 }
コード例 #2
0
 public StudentsModel(IPotterContext potterContext)
 {
     _potterContext = potterContext;
 }