コード例 #1
0
 private bool OperationsExists(int id)
 {
     return(_operationsService.OperationsExis(id));
 }