コード例 #1
0
 public async Task <ActionResult <T> > GetEntityByID(Guid id)
 {
     return(await _iBase.GetEntityByID(id));
 }