コード例 #1
0
 public async Task <List <OperatorModel> > OperatorsGet()
 {
     return(await plantRepository.OperatorsGet());
 }