 381f9a4808
			
		
	
	381f9a4808
	
	
	
		
			
			* add messagepack attributes * fix isnullorempty * bump api version --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			268 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			268 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using MareSynchronos.API.Data;
 | |
| using MareSynchronos.API.Data.Enum;
 | |
| using MessagePack;
 | |
| 
 | |
| namespace MareSynchronos.API.Dto.User;
 | |
| 
 | |
| [MessagePackObject(keyAsPropertyName: true)]
 | |
| public record UserPermissionsDto(UserData User, UserPermissions Permissions) : UserDto(User); |