add Programmyday form github
This commit is contained in:
18
E-Book/MediaAssets.cs
Normal file
18
E-Book/MediaAssets.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace E_Book
|
||||
{
|
||||
internal class MediaAssets
|
||||
{
|
||||
protected decimal pageCount;
|
||||
|
||||
public decimal GetPageCount()
|
||||
{
|
||||
return pageCount;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user