コード例 #1
0
 public async Task <IEnumerable <SelectError_Model> > DeleteRow(string UID)
 {
     return(await _repository.DeleteRow(tableName, UID));
 }