Exemplo n.º 1
0
 public byte[] GetUserImageData(int userImageID)
 {
     return(_userImageRepository.GetImageData(userImageID));
 }
Exemplo n.º 2
0
 public async Task <byte[]> GetUserImageData(int userImageID)
 {
     return(await _userImageRepository.GetImageData(userImageID));
 }