Example #1
0
 public async Task <ActionResult <bool> > CreateEntity(T tEntity)
 {
     return(await _iBase.CreateEntity(tEntity));
 }