예제 #1
0
 public async Task <bool> CheckIsUsed(Dictionary <string, dynamic> para)
 {
     return(await _module.CheckIsUsed(para));
 }