Browse Source

jobs

confirmation-email
J 11 years ago
parent
commit
5371225abe
2 changed files with 8 additions and 1 deletions
  1. +1
    -1
      Sevomin.Models/Job.cs
  2. +7
    -0
      Sevomin.Models/Sevomin.Models.csproj

+ 1
- 1
Sevomin.Models/Job.cs View File

@ -16,7 +16,7 @@ namespace Sevomin.Models
[Required]
[Index]
[StringLength(128)]
public string AvvalinId { get; set; }
public string AvalinId { get; set; }
public virtual Avalin Avalin { get; set; }


+ 7
- 0
Sevomin.Models/Sevomin.Models.csproj View File

@ -88,6 +88,10 @@
<Compile Include="Migrations\201403280733264_Param values.Designer.cs">
<DependentUpon>201403280733264_Param values.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\201403280938368_Job.cs" />
<Compile Include="Migrations\201403280938368_Job.Designer.cs">
<DependentUpon>201403280938368_Job.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Parameter.cs" />
<Compile Include="ParameterValue.cs" />
@ -117,6 +121,9 @@
<EmbeddedResource Include="Migrations\201403280733264_Param values.resx">
<DependentUpon>201403280733264_Param values.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\201403280938368_Job.resx">
<DependentUpon>201403280938368_Job.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.


Loading…
Cancel
Save