AspNet.StarterKits.Classifieds.BusinessLogicLayer.PhotosDB.GetPhotoBytesById C# (CSharp) Method

GetPhotoBytesById() public static method

public static GetPhotoBytesById ( int photoId, PhotoSize size ) : byte[]
photoId int
size PhotoSize
return byte[]
		public static byte[] GetPhotoBytesById(int photoId, PhotoSize size)
		{
			return new byte [0];
		}