コード例 #1
0
 public PersonsController(IPersonBase PersonBase)
 {
     _PersonBase = PersonBase;
 }