コード例 #1
0
 public async Task <bool> Delete(int id)
 {
     return(await _guestbookServices.TestTranInRepositoryAOP());
 }
コード例 #2
0
        public async Task <string> TestTranInRepositoryAOP(int id)
        {
            await _guestbookServices.TestTranInRepositoryAOP();

            return("");
        }