コード例 #1
0
 public void GetByID_Test()
 {
     try
     {
         BPerson bus = new BPerson();
         int     a   = bus.GetPersonCountTest();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }