add account
This commit is contained in:
@ -16,7 +16,7 @@ namespace Billing.Models
|
||||
|
||||
public abstract class BaseModel : IModel, IDisposable
|
||||
{
|
||||
protected const string ICON_DEFAULT = "ic_default";
|
||||
public const string ICON_DEFAULT = "ic_default";
|
||||
|
||||
private bool disposed = false;
|
||||
|
||||
|
Reference in New Issue
Block a user