Пример #1
0
 public async Task <bool> CheckExist(Dictionary <string, dynamic> para)
 {
     return(await _workflow.CheckExist(para));
 }