Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6733299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:45:08+00:00 2026-05-26T10:45:08+00:00

I have two interfaces and I’m confused about the naming conventions: interface InterfaceA {

  • 0

I have two interfaces and I’m confused about the naming conventions:

interface InterfaceA {
    IDbSet<Patient> Patients { get; }
    // others like above
}

interface InterfaceB : InterfaceA {
    int Commit();
}

class DbContext : InterfaceB {
    public IDbSet<Patient> Patients { get; set; }

    int Commit() {
        return this.SaveChanges();
    }
}

I don’t want to confuse the other coders on my team. Which interface is the unit of work and which one is the repository?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:45:08+00:00Added an answer on May 26, 2026 at 10:45 am

    InterfaceA is the repository.

    Reason:

    A repository is responsible for persisting data, and InterfaceB has no concept of data to be persisted.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two interfaces like these: public interface IMyInterface1 { string prop1 { get;
I currently have two interfaces(that I'll name here IA and IB ): interface IA
I have two interfaces: public interface A { void aMethod(); } public interface B
I have a question about those two interfaces in Java. Set extends Collection, but
So I have two interfaces: public interface ISomething { public int A(); } public
I have two interfaces: interface A { void foo(); } interface B { void
I have the following two interfaces: public interface ParsedFile<K, V extends FileEntry>{...} And public
I have an object that implements two interfaces... The interfaces are: public interface IObject
I have two interfaces IHeaderRow , and IDetailRow I then have an object that
If I have two interfaces , both quite different in their purposes , but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.