This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mohsen
/
sevomin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Table per type
confirmation-email
unknown
11 years ago
parent
132cac54cf
commit
6c7ce8a061
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
Sevomin.Models/Avalin.cs
+2
-0
Sevomin.Models/Dovomin.cs
+ 3
- 1
Sevomin.Models/Avalin.cs
View File
@ -1,6 +1,8 @@
using
System.ComponentModel.DataAnnotations.Schema
;
namespace
Sevomin.Models
{
[Table("Avalin")]
public
class
Avalin
:
User
{
public
string
CompanyName
{
get
;
set
;
}
+ 2
- 0
Sevomin.Models/Dovomin.cs
View File
@ -1,6 +1,8 @@
using
System.ComponentModel.DataAnnotations.Schema
;
namespace
Sevomin.Models
{
[Table("Dvomin")]
public
class
Dovomin
:
User
{
public
string
FirstName
{
get
;
set
;
}
Write
Preview
Loading…
Cancel
Save