コード例 #1
0
 public PersonLogic(IPersonBackend memoryPersonBackend)
 {
     _personBackend = memoryPersonBackend;
 }