コード例 #1
0
 public bool? ChangeStatus(int id)
 {
     var status = _footerAdminRepository.ChangeStatus(id);
     return status;
 }