Browse Source

Update README.md (#621)

master
Johan 4 years ago
committed by GitHub
parent
commit
f773714574
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -159,7 +159,7 @@ namespace BusinessCode.Service
{ {
public interface ISubscriberService public interface ISubscriberService
{ {
public void CheckReceivedMessage(DateTime datetime);
void CheckReceivedMessage(DateTime datetime);
} }


public class SubscriberService: ISubscriberService, ICapSubscribe public class SubscriberService: ISubscriberService, ICapSubscribe


Loading…
Cancel
Save