add signature and fix Users table mapping
authorv.shishlov <vladimir.shishlov@sophicsystems.com>
Fri, 4 Mar 2022 07:10:40 +0000 (10:10 +0300)
committerv.shishlov <vladimir.shishlov@sophicsystems.com>
Fri, 4 Mar 2022 07:10:40 +0000 (10:10 +0300)
CPE/CPE.App/CPE.App.Api/CPE.App.Api.csproj
CPE/CPE.App/CPE.App.Api/static/doc/selfstudycert.docx
CPE/CPE.App/CPE.App.Web/Models/CPEWeb.designer.cs

index 77179e4..6790098 100644 (file)
     <Content Include="Scripts\jquery-1.10.2.min.map" />
     <Content Include="Service References\WebHooks\ConnectedService.json" />
     <Content Include="static\doc\selfstudycert.docx" />
     <Content Include="Scripts\jquery-1.10.2.min.map" />
     <Content Include="Service References\WebHooks\ConnectedService.json" />
     <Content Include="static\doc\selfstudycert.docx" />
+    <Content Include="static\doc\webcastcert.docx" />
   </ItemGroup>
   <ItemGroup>
     <Folder Include="App_Data\" />
   </ItemGroup>
   <ItemGroup>
     <Folder Include="App_Data\" />
index f7c7ac8..88637f0 100644 (file)
Binary files a/CPE/CPE.App/CPE.App.Api/static/doc/selfstudycert.docx and b/CPE/CPE.App/CPE.App.Api/static/doc/selfstudycert.docx differ
index dc2d7c9..b6d2634 100644 (file)
@@ -5916,7 +5916,8 @@ namespace CPE.App.Web.Models
                }
        }
 
                }
        }
 
-    public partial class Users
+    [global::System.Data.Linq.Mapping.TableAttribute(Name = "dbo.Users")]
+       public partial class Users
     {
 
         private System.DateTime _Created;
     {
 
         private System.DateTime _Created;