mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Use BaseViewModel in admin.
This commit is contained in:
@@ -28,12 +28,11 @@
|
||||
// Copyright © 2003-2018 Natalia Portillo
|
||||
*******************************************************************************/
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
namespace cicm_web.Areas.Admin.Models
|
||||
{
|
||||
public class CompanyLogoViewModel
|
||||
public class CompanyLogoViewModel : BaseViewModel<int>
|
||||
{
|
||||
public string Company;
|
||||
public int Id;
|
||||
public int? Year;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user