示例#1
0
 public async Task <ActionResult <Attributes> > GetAttributes()
 {
     try
     {
         return(await _attrService.GetAllAtrributes());
     } catch
     {
         throw;
     }
 }