Skip to content

Commit 0717b47

Browse files
committedJan 11, 2015
Project wasn't building :(
Previous update which had changed from DocumentEntityDomainManager to DocumentDBDonmainManager which might have not have merged correctly? Constructor (which is used by the todo site) has been corrected.
1 parent 91db14e commit 0717b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎azure-mobileservices-net/src/Documents.MobileServices/DocumentDBDomainManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public DocumentDBDomainManager(string collectionId, string databaseId, HttpReque
3939
_databaseId = databaseId;
4040
}
4141

42-
public DocumentEntityDomainManager(HttpRequestMessage request, ApiServices services)
42+
public DocumentDBDomainManager(HttpRequestMessage request, ApiServices services)
4343
{
4444
var attribute = typeof(TDocument).GetCustomAttributes(typeof(DocumentAttribute), true).FirstOrDefault() as DocumentAttribute;
4545
if (attribute == null)

0 commit comments

Comments
 (0)
Please sign in to comment.