예제 #1
0
 public Task <bool> ExistByCategoryId(int categoryId)
 {
     return(AccountItemDao.ExistByCategoryId(categoryId));
 }