Browse Source

Update Entities.md

pull/2675/head
Halil İbrahim Kalkan 7 years ago
parent
commit
8120ebf9dd
  1. 2
      docs/en/Entities.md

2
docs/en/Entities.md

@ -52,7 +52,7 @@ public class Book : Entity<Guid>
}
````
Example usage in an application service:
Example usage in an [application service](Application-Services.md):
````csharp
public class BookAppService : ApplicationService, IBookAppService

Loading…
Cancel
Save