示例#1
0
 public async Task <bool> AddApp(AppDto user)
 {
     return(await appsService.Add(user, LoggedUser?.Token));
 }